tiny_future 0.3.1

This library provides spin-loop-free futures and a helper functions to run a job asynchronously
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "tiny_future"
version = "0.3.1"
authors = ["KizzyCode Software Labs./Keziah Biermann <development@kizzycode.de>"]
description = "This library provides spin-loop-free futures and a helper functions to run a job asynchronously"
license = "BSD-2-Clause OR MIT"
repository = "https://github.com/KizzyCode/tiny_future"
readme = "README.md"

[dependencies]
etrace = "1.0.0"