simple_spawn_blocking 1.0.0

A simple crate to make spawning blocking tasks more ergonomic
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.tokio]
default-features = false
features = ["rt"]
optional = true
version = "1"

[package]
categories = ["conda"]
description = "A simple crate to make spawning blocking tasks more ergonomic"
edition = "2021"
homepage = "https://github.com/mamba-org/rattler"
license = "BSD-3-Clause"
name = "simple_spawn_blocking"
repository = "https://github.com/mamba-org/rattler"
version = "1.0.0"