Module try_
join
futures_
util
0.3.31
Module try_
join
Module Items
Macros
Structs
Functions
In futures_
util::
future
Modules
abortable
always_ready
either
future
join
join_all
lazy
maybe_done
option
pending
poll_fn
poll_immediate
ready
select
select_all
select_ok
try_future
try_join
try_join_all
try_maybe_done
try_select
Structs
AbortHandle
AbortRegistration
Abortable
Aborted
AlwaysReady
AndThen
CatchUnwind
ErrInto
Flatten
FlattenSink
FlattenStream
Fuse
FutureObj
Inspect
InspectErr
InspectOk
IntoFuture
IntoStream
Join
Join3
Join4
Join5
JoinAll
Lazy
LocalFutureObj
Map
MapErr
MapInto
MapOk
MapOkOrElse
NeverError
OkInto
OptionFuture
OrElse
Pending
PollFn
PollImmediate
Ready
Remote
RemoteHandle
Select
SelectAll
SelectOk
Shared
Then
TryFlatten
TryFlattenStream
TryJoin
TryJoin3
TryJoin4
TryJoin5
TryJoinAll
TrySelect
UnitError
UnwrapOrElse
WeakShared
Enums
Either
MaybeDone
TryMaybeDone
Traits
FusedFuture
FutureExt
TryFuture
TryFutureExt
UnsafeFutureObj
Functions
abortable
always_ready
assert_future
err
join
join3
join4
join5
join_all
lazy
maybe_done
ok
pending
poll_fn
poll_immediate
ready
select
select_all
select_ok
try_join
try_join3
try_join4
try_join5
try_join_all
try_maybe_done
try_select
Type Aliases
BoxFuture
LocalBoxFuture
futures_util
::
future
Module
try_join
Copy item path
Settings
Help
Summary
Source
Macros
§
generate
🔒
Structs
§
TryJoin
Future for the
try_join
function.
TryJoin3
Future for the
try_join3
function.
TryJoin4
Future for the
try_join4
function.
TryJoin5
Future for the
try_join5
function.
Functions
§
try_
join
Joins the result of two futures, waiting for them both to complete or for one to produce an error.
try_
join3
Same as
try_join
, but with more futures.
try_
join4
Same as
try_join
, but with more futures.
try_
join5
Same as
try_join
, but with more futures.