You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
The
cannot call poll once value is consumed
actually comes fromtokio-timer
, but I can't explain this behavior:(fired from
await!(timer)
in thegrr()
function).Just swapping two lines, i.e. replacing:
with
Makes the panic() go away and the executable work as expected.
How is that possible? Is it a bug in futures-await?
The text was updated successfully, but these errors were encountered: