https://github.com/xoac/tokio-timer-delay-queue-bug
Minimal example to reproduce bugs
https://github.com/xoac/tokio-timer-delay-queue-bug
Last synced: 16 days ago
JSON representation
Minimal example to reproduce bugs
- Host: GitHub
- URL: https://github.com/xoac/tokio-timer-delay-queue-bug
- Owner: xoac
- Created: 2020-03-26T16:53:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T17:40:44.000Z (almost 6 years ago)
- Last Synced: 2025-03-13T07:13:53.941Z (10 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo catch example of bug that showed in tokio-timer 0.2.10.
To make this code works as expected modify Cargo.toml and uncomment line with dep `tokio-timer 0.2.9`
**DON"T FORGET TO CALL `cargo update` OR `cargo clean` TO UPDATE `Cargo.lock` AFTER CHANGES**