tokio
1.41.1
Module maybe_done
Enums
Functions
In tokio::future
Module
tokio
::
future
::
maybe_done
Copy item path
source
·
[
−
]
Expand description
Definition of the
MaybeDone
combinator.
Enums
§
MaybeDone
A future that may have completed.
Functions
§
maybe_done
Wraps a future into a
MaybeDone
.