An open API service indexing awesome lists of open source software.

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

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**