Module fang::asynk::async_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 an AsyncQueue to PostgreSQL database call the connect method. A Queue can be created with the TypedBuilder.

Enums

Constants

Traits

  • This trait defines operations for an asynchronous 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.