Registry / async / jxl-threadpool

jxl-threadpool

JSON →
library1.0.0rscratesunverified

Internal thread pool abstraction for the jxl-oxide JPEG XL decoder.

# Cargo.toml [dependencies] jxl-threadpool = "1.0.0"
INSTALL
IMPORT
SIG · JXL-THREADPOOL
J
jxl-threadpool
asyncrustv1.0.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.

ThreadPool
use jxl_threadpool::ThreadPool;

Creating and using a thread pool.

use jxl_threadpool::ThreadPool; fn main() { let pool = ThreadPool::new(4); pool.run(|| println!("Hello from thread pool")); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
26
Resources
jxl-threadpool — cargo add jxl-threadpool · libregistry