Registry / async / chord-core

chord-core

JSON →
library0.1.21rscratesunverified

Async parallel case executor.

# Cargo.toml [dependencies] chord-core = "0.1.21"
INSTALL
IMPORT
SIG · CHORD-CORE
C
chord-core
asyncrustv0.1.21
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.

Chord
use chord_core::Chord;

Executes an async task using Chord.

use chord_core::Chord; fn main() { let chord = Chord::new(); chord.execute(|| async { println!("Hello"); }); }
Debug
Known issues
gotchaRequires an async runtime like tokio or async-std.
fix
Add tokio as a dependency and use #[tokio::main] or similar.
affects: >=0.1.0
Upgrade
Version history
0.1.21latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
36
OpenAI (training)
1
Resources
chord-core — cargo add chord-core · libregistry