compio-rs / compio

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

Enable event feature on default(#45) #46

Closed ssfdust closed 1 year ago

ssfdust commented 1 year ago

A quick fix for #45

Berrysoft commented 1 year ago

I would like a PR that adds some cfgs to make sure the test passes without event feature, but not enabling event by default. Sorry to close this, but I choose to make event disabled by default.