mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
util: add ReusableBoxFuture utility (#3464)
This commit is contained in:
@@ -7,3 +7,6 @@ mod intrusive_double_linked_list;
|
||||
|
||||
mod poll_semaphore;
|
||||
pub use poll_semaphore::PollSemaphore;
|
||||
|
||||
mod reusable_box;
|
||||
pub use reusable_box::ReusableBoxFuture;
|
||||
|
||||
Reference in New Issue
Block a user