pausable_clock 1.0.1

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

[dependencies]

[dev-dependencies]
criterion = "0.3"

[target.'cfg(loom)'.dependencies]
loom = "0.5.0"

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

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