Closed praveenperera closed 3 years ago
I actually already did this locally, but I was looking at adding some new features at the same time. I figure there's no need to wait though so I've pushed the upgrade to Tokio 1.0 and bumped the version to 0.4. Will publish a new release shortly.
Awesome, thanks!
I thought I would try and attempt to upgrade Tokio to 1.0.
I was unable. The old
Delay
wasUnpin
the newSleep
which replacedDelay
is!Unpin
and I’m not sure how to deal with that.Posting this as reference