safina-executor 0.3.3

Safe async runtime
Documentation
[package]
authors = ["Michael Leonhard <michael@leonhardllc.com>"]
categories = ["asynchronous"]
description = "Safe async runtime"
edition = "2018"
keywords = ["async", "safe", "runtime", "future"]
license = "Apache-2.0"
name = "safina-executor"
readme = "Readme.md"
repository = "https://gitlab.com/leonhard-llc/safina-rs"
version = "0.3.3"

[dependencies]
safina-threadpool = { version = "^0.2.0", path = "../safina-threadpool" }
safina-sync = { version = "^0.2.1", path = "../safina-sync" }

[dev-dependencies]
safina-timer = { version = "0", path = "../safina-timer" }