Docs.rs
recoverable-thread-pool-0.0.1
recoverable-thread-pool 0.0.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ltpp-universe
Dependencies
lombok-macros ^1.7.0
normal
recoverable-spawn ^0.2.0
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
recoverable_
thread_
pool
0.0.1
Thread
Pool
Job
Aliased Type
In crate recoverable_
thread_
pool
recoverable_thread_pool
Type Alias
ThreadPoolJob
Copy item path
Source
pub type ThreadPoolJob =
Box
<dyn
Fn
() +
Send
+ 'static>;
Aliased Type
ยง
struct ThreadPoolJob(
/* private fields */
);