[go: up one dir, main page]

pulse 0.3.3

A library for async wake signals
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "pulse"
version = "0.3.3"
authors = ["Colin Sherratt <colin.sherratt@gmail.com>"]
license = "Apache-2.0"
description = "A library for async wake signals"
homepage = "https://github.com/csherratt/pulse"

[dependencies]
atom = "*"
time = "*"

[features]
default = []
callback = []