compio-rs / compio

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

Async DNS resolve #106

Closed Berrysoft closed 1 year ago

Berrysoft commented 1 year ago

Closes #98

Berrysoft commented 1 year ago

I choose to use SIGEV_THREAD instead of SIGEV_SIGNAL because it is difficult to cleanup the signal handlers.