smol-rs / polling

Portable interface to epoll, kqueue, event ports, and wepoll
Apache License 2.0
551 stars 68 forks source link

introduce Event::new() #149

Closed dimbleby closed 1 year ago

dimbleby commented 1 year ago

fixes #148

dimbleby commented 1 year ago

Could you make all of the functions that just wrap around new() #[inline]?

done