ticked_async_executor 0.2.0

Local executor that runs woken async tasks when it is ticked
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "ticked_async_executor"

version = "0.2.0"

authors = ["coder137"]

edition = "2021"

description = "Local executor that runs woken async tasks when it is ticked"

license = "Apache-2.0"

repository = "https://github.com/coder137/ticked-async-executor"

categories = ["asynchronous", "concurrency", "game-development", "simulation"]

readme = "README.md"



[dependencies]

async-task = "4.7"

pin-project = "1"

tokio = { version = "1", default-features = false, features = ["sync"] }



[dev-dependencies]

tokio = { version = "1", features = ["full"] }