cancellable-timer 0.1.0

A timer that can be interrupted.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.mio]
version = "0.6.16"

[package]
authors = ["Emmanuel Lesueur <emmanuel@lesueur.name>"]
categories = ["asynchronous", "concurrency", "date-and-time"]
description = "A timer that can be interrupted."
edition = "2018"
homepage = "https://github.com/Emm54321/cancellable-timer"
keywords = ["timer", "cancel", "sleep"]
license = "MIT/Apache-2.0"
name = "cancellable-timer"
readme = "README.md"
repository = "https://github.com/Emm54321/cancellable-timer.git"
version = "0.1.0"