thread_spawn 0.4.0

A plugin for authoring functions that spawn threads.
Documentation
[dependencies.proc-macro2]
features = ["nightly"]
version = "0.4"

[dependencies.quote]
version = "0.6"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "0.14"

[dev-dependencies.compiletest_rs]
version = "0.3.5"

[lib]
name = "thread_spawn"
proc-macro = true

[package]
authors = ["Tim Ryan <tim@timryan.org>"]
description = "A plugin for authoring functions that spawn threads."
keywords = ["decorators", "spawn", "plugin", "threads"]
license = "MIT OR Apache-2.0"
name = "thread_spawn"
readme = "README.md"
repository = "https://github.com/tcr/thread_spawn"
version = "0.4.0"