dropout 0.1.0

Drop your objects out of main thread
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.crossbeam-channel]
version = "0.5.12"

[package]
authors = ["Matthieu Gautier <mgautier@kymeria.fr>"]
categories = ["concurrency", "data-structures"]
description = "Drop your objects out of main thread"
edition = "2021"
keywords = ["drop"]
license = "MIT"
name = "dropout"
readme = "README.md"
repository = "https://github.com/kymeria/dropout"
version = "0.1.0"