Expand description
Bronze’s runtime, which is the abstraction of the basic scheduling task, and wraps the synchronous and asynchronous runtime environment
You could implement your custom runtime
There are two abstraction:
Runnable: basic trait to be implemented that are scheduled to run, it maybe a function, a closure or a struct, etc.BronzeRuntime: the trait for runtime environment。
Modules§
- tokio_
runtime - TokioRuntime, wrap tokio runtime
Structs§
- AsyncFn
- Runnable
Metadata - Runnable
Metadata Builder - Builder for
RunnableMetadata. - Safe
Wrapped Runner - SyncFn
- Thread
Runtime - Wrapped
Runner
Enums§
- Runnable
Metadata Builder Error - Error type for RunnableMetadataBuilder
- Runtime
Join Handle