util: add ReusableBoxFuture utility (#3464)

This commit is contained in:
Alice Ryhl
2021-01-30 00:03:01 +01:00
committed by GitHub
parent 10c3b2f4a3
commit 891aba5f71
3 changed files with 226 additions and 0 deletions
+3
View File
@@ -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;