compio-rs / compio

A thread-per-core Rust runtime with IOCP/io_uring/polling.
MIT License
420 stars 37 forks source link

feat(poll): AIO support on FreeBSD #241

Closed Berrysoft closed 6 months ago

Berrysoft commented 6 months ago

We can use AIO on FreeBSD because it is able to notify kqueue.