☰
Joinable
Required Methods
join
Implementors
In brotli::enc::threading
?
Trait
brotli
::
enc
::
threading
::
Joinable
source
·
[
−
]
pub trait Joinable<T:
Send
+ 'static, U:
Send
+ 'static>:
Sized
{ fn
join
(self) ->
Result
<T, U>; }
Required methods
source
fn
join
(self) ->
Result
<T, U>
Implementors
source
impl<ReturnValue:
Send
+ 'static, ExtraInput:
Send
+ 'static, Alloc:
BrotliAlloc
+
Send
+ 'static, U:
Send
+ 'static +
Sync
>
Joinable
<ReturnValue,
BrotliEncoderThreadError
> for
WorkerJoinable
<ReturnValue, ExtraInput, Alloc, U>
source
impl<T:
Send
+ 'static, U:
Send
+ 'static +
AnyBoxConstructor
>
Joinable
<T, U> for
MultiThreadedJoinable
<T, U>
source
impl<T:
Send
+ 'static, U:
Send
+ 'static>
Joinable
<T, U> for
SingleThreadedJoinable
<T, U>