compio-rs / compio

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

fix(net,linux): remove dep on libanl #175

Closed Berrysoft closed 10 months ago

Berrysoft commented 10 months ago

libanl internally starts threads to resolve the hosts, and it starts another thread after completed to notify the user. It should not be better than spawn_blocking.