compio-rs / compio

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

fix: use `arrayvec` from `compio-buf` #74

Closed George-Miao closed 1 year ago

George-Miao commented 1 year ago

Fixes #73

George-Miao commented 1 year ago

Should be good now @Berrysoft