thread_timer 0.3.0

A simple, cancelable timer with no external dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "thread_timer"
version = "0.3.0"
authors = ["GregOwen <greowen@gmail.com>"]
edition = "2018"
description = "A simple, cancelable timer with no external dependencies"
license = "MIT"
homepage = "https://github.com/GregOwen/thread-timer"
repository = "https://github.com/GregOwen/thread-timer"
documentation = "https://docs.rs/thread_timer"
readme = "README.md"
keywords = ["timer", "timeout", "delay", "cancel"]
categories = ["asynchronous", "concurrency"]

[dependencies]