compio-rs / compio

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

Move `RefCell` to runtime #35

Closed Berrysoft closed 1 year ago

Berrysoft commented 1 year ago

https://github.com/Berrysoft/compio/pull/29#pullrequestreview-1618686146

/cc @DXist

DXist commented 1 year ago

@Berrysoft , thank you for prompt refactoring! Now driver doesn't incur overhead for an external runtime that owns the driver.