skypjack / uvw

Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
MIT License
1.82k stars 207 forks source link

loop::run not marked inline #282

Closed mfrg closed 1 year ago

mfrg commented 1 year ago

https://github.com/skypjack/uvw/blob/e0594731357fb26b0ce57b5b49bffcc96a446ad2/src/uvw/loop.cpp#L66

Is there a reason run was not marked inline or did it just slip through the cracks with the other v3 changes? If not, can it be fixed?

Thanks.

skypjack commented 1 year ago

Very likely a mistake. Thanks for pointing this out. 👍