pub struct vtkMultiThreader(/* private fields */);Expand description
A class for performing multithreaded execution
vtkMultithreader is a class that provides support for multithreaded execution using pthreads on POSIX systems, or Win32 threads on Windows. This class can be used to execute a single method on multiple threads, or to specify a method per thread.
Implementations§
Source§impl vtkMultiThreader
impl vtkMultiThreader
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkMultiThreader wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkMultiThreader
impl Default for vtkMultiThreader
Auto Trait Implementations§
impl Freeze for vtkMultiThreader
impl RefUnwindSafe for vtkMultiThreader
impl !Send for vtkMultiThreader
impl !Sync for vtkMultiThreader
impl Unpin for vtkMultiThreader
impl UnwindSafe for vtkMultiThreader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more