rtic/stable/api/search.desc/futures_util/futures_util-desc-0-.js

1 line
38 KiB
JavaScript
Raw Permalink Normal View History

searchState.loadedDescShard("futures_util", 0, "Combinators and utilities for working with <code>Future</code>s, <code>Stream</code>\nAsynchronous values.\nThis module contains the <code>Never</code> type.\nPins a value on the stack.\nExtracts the successful type of a <code>Poll&lt;T&gt;</code>.\nAsynchronous streams.\nTools for working with tasks.\nFuture for the <code>always_ready</code> function.\nFuture for the <code>and_then</code> method.\nThe output of the completed future\nThe output of the completed future\nCombines two different futures, streams, or sinks having \nFuture for the <code>err_into</code> method.\nThe type of failures yielded by this future\nFuture for the <code>flatten</code> method.\nStream for the <code>flatten_stream</code> method.\nFuture for the <code>fuse</code> method.\nA future which tracks whether or not the underlying future \nA not-yet-completed future\nA not-yet-completed future\nAn extension trait for <code>Future</code>s that provides a variety of \nA custom trait object for polling futures, roughly akin to \nThe empty variant after the result of a <code>MaybeDone</code> has been \nThe empty variant after the result of a <code>TryMaybeDone</code> has \nFuture for the <code>inspect</code> method.\nFuture for the <code>inspect_err</code> method.\nFuture for the <code>inspect_ok</code> method.\nFuture for the <code>into_future</code> method.\nStream for the <code>into_stream</code> method.\nFuture for the <code>join</code> function.\nFuture for the <code>join3</code> function.\nFuture for the <code>join4</code> function.\nFuture for the <code>join5</code> function.\nFuture for the <code>lazy</code> function.\nFirst branch of the type\nA custom trait object for polling futures, roughly akin to \nFuture for the <code>map</code> method.\nFuture for the <code>map_err</code> method.\nFuture for the <code>map_into</code> combinator.\nFuture for the <code>map_ok</code> method.\nFuture for the <code>map_ok_or_else</code> method.\nA future that may have completed.\nFuture for the <code>never_error</code> combinator.\nThe type of successful values yielded by this future\nFuture for the <code>ok_into</code> method.\nA future representing a value which may or may not be \nFuture for the <code>or_else</code> method.\nFuture for the <code>pending()</code> function.\nFuture for the <code>poll_fn</code> function.\nFuture for the <code>poll_immediate</code> function.\nFuture for the <code>ready</code> function.\nSecond branch of the type\nFuture for the <code>select()</code> function.\nFuture for the <code>then</code> method.\nFuture for the <code>try_flatten</code> method.\nFuture for the <code>try_flatten_stream</code> method.\nA convenience for futures that return <code>Result</code> values that \nAdapters specific to <code>Result</code>-returning futures\nFuture for the <code>try_join</code> function.\nFuture for the <code>try_join3</code> function.\nFuture for the <code>try_join4</code> function.\nFuture for the <code>try_join5</code> function.\nA future that may have completed with an error.\nFuture for the <code>try_select()</code> function.\nFuture for the <code>unit_error</code> combinator.\nA custom implementation of a future trait object for \nFuture for the <code>unwrap_or_else</code> method.\nCreates a future that is always immediately ready with a \nExecutes another future after this one resolves \nExecutes another future after this one resolves \nConvert <code>Pin&lt;&amp;mut Either&lt;A, B&gt;&gt;</code> to \nConvert <code>Pin&lt;&amp;Either&lt;A, B&gt;&gt;</code> to <code>Either&lt;Pin&lt;&amp;A&gt;, Pin&lt;&amp;B&gt;&gt;</code>, \nDrops the future represented by the given fat pointer.\nCreate a future that is immediately ready with an error \nMaps this futures <code>Error</code> to a new error type using the \nMaps this futures <code>Error</code> to a new error type using the \nFactor out a homogeneous type from an either of pairs.\nFactor out a homogeneous type from an either of pairs.\nFlatten the execution of this future