Registry / utility / yastl
library0.1.2rscratesunverified

Yet another scoped threadpool library.

# Cargo.toml [dependencies] yastl = "0.1.2"
INSTALL
IMPORT
SIG · YASTL
Y
yastl
utilityrustv0.1.2
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.

Pool
use yastl::Pool;

Creates a thread pool and runs scoped tasks.

use yastl::Pool; fn main() { let pool = Pool::new(4); pool.scoped(|scope| { for i in 0..10 { scope.execute(move || { println!("Task {}", i); }); } }); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
49 hits · last 30 days
node
44
Resources
yastl — cargo add yastl · libregistry