thread_timer 0.1.0

A simple, cancelable timer with no external dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["GregOwen <greowen@gmail.com>"]
categories = ["asynchronous", "concurrency"]
description = "A simple, cancelable timer with no external dependencies"
edition = "2018"
homepage = "https://github.com/GregOwen/thread-timer"
keywords = ["timer", "timeout", "delay", "cancel"]
license = "MIT"
name = "thread_timer"
readme = "README.md"
repository = "https://github.com/GregOwen/thread-timer"
version = "0.1.0"