Registry / async / tc-executor

tc-executor

JSON →
library0.8.0rscratesunverified

A crate that provides means of executing/dispatching calls into the runtime.

# Cargo.toml [dependencies] tc-executor = "0.8.0"
INSTALL
IMPORT
SIG · TC-EXECUTOR
T
tc-executor
asyncrustv0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Executor
use tc_executor::Executor;

Basic usage of the executor to dispatch a closure.

use tc_executor::Executor; fn main() { let executor = Executor::new(); executor.execute(|| println!("Hello from executor")); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
tc-executor — cargo add tc-executor · libregistry