concurrent-event 0.1.0

An event system which invokes event handlers concurrently.
Documentation
[badges.travis-ci]
branch = "master"
repository = "https://github.com/florian1345/concurrent-event"

[dependencies.crossbeam]
version = "0.7.3"

[dependencies.rand]
version = "0.7.3"

[package]
authors = ["florian1345 <florian1345@gmx.de>"]
categories = ["concurrency"]
description = "An event system which invokes event handlers concurrently."
edition = "2018"
keywords = ["event", "concurrent", "parallel"]
license = "MIT OR Apache-2.0"
name = "concurrent-event"
repository = "https://github.com/florian1345/concurrent-event"
version = "0.1.0"