Asynchronous I/O#
AsyncDataStream#
|
Adds an async function to the data stream. |
Adds an async function with an AsyncRetryStrategy to support retry of AsyncFunction to the data stream. |
|
|
Adds an async function to the data stream. |
Adds an async function with an AsyncRetryStrategy to support retry of AsyncFunction to the data stream. |
AsyncFunction#
|
Trigger async operation for each stream input. |
|
In case |
AsyncRetryStrategy#
|
Whether the next attempt can happen. |
The delay time of next attempt. |
|
Returns the defined retry predicate. |
|
|
|
AsyncRetryPredicate#
An optional Python predicate function that defines a condition on asyncFunction's future result which will trigger a later reattempt operation, will be called before user's ResultFuture#complete. |
|
An optional Python predicate function that defines a condition on asyncFunction's exception which will trigger a later reattempt operation, will be called before user's ResultFuture#complete_exceptionally. |
Async Retry Predicates Utilities#
|
|
|
|
|