compio-rs / compio

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

feat: async open named pipe client #133

Closed Berrysoft closed 11 months ago

Berrysoft commented 11 months ago

A named pipe client can connect to a remote named pipe, so we should make the open method async.