spawned-rt

Crates.iospawned-rt
lib.rsspawned-rt
version0.4.0
created_at2025-07-15 18:47:53.010245+00
updated_at2025-09-04 11:54:06.328864+00
descriptionSpawned Runtime
homepage
repository
max_upload_size
id1753705
size24,478
(juan518munoz)

documentation

README

Spawned runtime

Runtime wrapper to remove dependencies from code. Using this library will allow to set a tokio runtime (or any other runtime, once implemented) just by changing the enabled runtime feature. We may implement a deterministic version based on comonware.xyz's runtime: https://github.com/commonwarexyz/monorepo/blob/main/runtime/src/deterministic.rs

Currently, only a very limited set of tokio functionality is reexported. We may want to extend this functionality as needed.

Commit count: 0

cargo fmt