async-task-ffi 4.1.1

Task abstraction for building executors
Documentation
[dev-dependencies.atomic-waker]
version = "1.0.0"

[dev-dependencies.easy-parallel]
version = "3.1.0"

[dev-dependencies.flume]
default-features = false
version = "0.10"

[dev-dependencies.once_cell]
version = "1.4.1"

[dev-dependencies.smol]
version = "1.0.1"

[features]
default = ["std"]
std = []

[package]
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
categories = ["asynchronous", "concurrency", "no-std"]
description = "Task abstraction for building executors"
documentation = "https://docs.rs/async-task-ffi"
edition = "2018"
homepage = "https://github.com/raftario/async-task-ffi"
keywords = ["futures", "task", "executor", "spawn", "ffi"]
license = "Apache-2.0/MIT"
name = "async-task-ffi"
readme = "README.md"
repository = "https://github.com/raftario/async-task-ffi"
version = "4.1.1"