spawned-concurrency

Crates.iospawned-concurrency
lib.rsspawned-concurrency
version0.4.0
created_at2025-07-15 18:50:41.017663+00
updated_at2025-09-04 11:56:44.219647+00
descriptionSpawned Concurrency
homepage
repository
max_upload_size
id1753710
size81,887
(juan518munoz)

documentation

README

Spawned concurrency

Some traits and structs to implement à-la-Erlang concurrent code.

Currently two versions:

  • threads: no use of async/await. Just IO threads code
  • tasks: a runtime is required to run async/await code. It uses spawned_rt::tasks module that abstracts the runtime.
Commit count: 0

cargo fmt