taskloop 0.1.0

Implementation of a task loop in Rust
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
description = "Implementation of a task loop in Rust"
edition = "2021"
keywords = ["async", "task", "executor", "scheduler", "event-loop"]
license = "MIT"
name = "taskloop"
readme = "README.md"
repository = "https://github.com/domfarolino/base"
resolver = "2"
version = "0.1.0"