Expand description

Futures that are used throughout the program.

In breadx, we manually create our own futures instead of using async syntax, in order to allow traits to return either thread-safe or thread-unsafe futures, based on the flavor of Display being used. These futures are stored here.

Structs

The future returned by the check_for_error function.

A wrapper around SendRequest that immediately resolves the cookie.

The future returned by the flush() function.

The future returned by the generate_xid function.

The future returned by the send_request method.

The future returned by the send_request_raw function.

Future for the “synchronize” operation.

The future returned by try_with().

The future returned by the wait_for_event function.

The future returned by the wait_for_reply function.

The future returned by the wait_for_reply_raw function.