compio-rs / compio

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

refactor(runtime): expose `async_task::Task` #138

Closed George-Miao closed 11 months ago

George-Miao commented 11 months ago

This PR exposes async_task::Task from runtime crate, so that users can write out the return type of spawn