deno_unsync 0.3.4

A collection of adapters to make working with Tokio single-threaded runtimes easier
Documentation
[dependencies.tokio]
features = ["rt"]
version = "1"
[dev-dependencies.tokio]
features = ["io-util", "macros", "rt", "time"]
version = "1"

[lib]
name = "deno_unsync"

[package]
authors = ["the Deno authors"]
description = "A collection of adapters to make working with Tokio single-threaded runtimes easier"
edition = "2021"
license = "MIT"
name = "deno_unsync"
readme = "README.md"
repository = "https://github.com/denoland/deno_unsync"
version = "0.3.4"