pausable_clock 1.0.1

A source of time information that can be paused and resumed
Documentation
[[bench]]
harness = false
name = "now_bench"

[[bench]]
harness = false
name = "run_unpausable_bench"

[dependencies]
[dev-dependencies.criterion]
version = "0.3"

[package]
authors = ["Kevin Guthrie <kevin.guthrie@gmail.com>"]
categories = ["concurrency", "date-and-time"]
description = "A source of time information that can be paused and resumed"
edition = "2018"
keywords = ["clock", "time", "simulation", "concurrent"]
license = "MIT OR Apache-2.0"
name = "pausable_clock"
readme = "README.md"
repository = "https://github.com/RookAndPawn/pausable_clock"
version = "1.0.1"
[target."cfg(loom)".dependencies.loom]
version = "0.5.0"