Timer
methods should return Pin<Box<dyn Sleep>>
and Sleep
should drop the Unpin
requirement
#3028
Labels
A-rt
Area: runtime traits/utils
B-breaking-change
Blocked: this is an "API breaking change".
C-bug
Category: bug. Something is wrong. This is bad!
Milestone
Otherwise, you need to double-box
!Unpin
timer futures like Tokio's.The text was updated successfully, but these errors were encountered: