compio-rs / compio

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

refactor(macro): remove compio::main restrictions #268

Closed ClSlaid closed 4 months ago

ClSlaid commented 4 months ago

this should allow it to run on other functions

George-Miao commented 4 months ago

Please add scope to the commit and PR name, e.g. refactor(macro): ...