Module fang::blocking::queue

source ·

Structs

  • An async queue that can be used to enqueue tasks. It uses a PostgreSQL storage. It must be connected to perform any operation. To connect a Queue to the PostgreSQL database call the get_connection method. A Queue can be created with the TypedBuilder.

Enums

Traits

  • This trait defines operations for a synchronous queue. The trait can be implemented for different storage backends. For now, the trait is only implemented for PostgreSQL. More backends are planned to be implemented in the future.

Type Definitions