Struct nebari::ThreadPool
source · [−]pub struct ThreadPool<File> where
File: ManagedFile, { /* private fields */ }Expand description
A thread pool that commits transactions to disk in parallel.
Trait Implementations
Auto Trait Implementations
impl<File> RefUnwindSafe for ThreadPool<File>
impl<File> Send for ThreadPool<File>
impl<File> Sync for ThreadPool<File>
impl<File> Unpin for ThreadPool<File>
impl<File> UnwindSafe for ThreadPool<File>
Blanket Implementations
Mutably borrows from an owned value. Read more