Skip to content

Commit

Permalink
clarify queue scope
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Oct 28, 2024
1 parent b065d13 commit 0a44375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
//! - [Tasks](#tasks) represent a well-structured unit of work.
//! - [Jobs](#jobs) are a series of sequential steps, where each step is a
//! [`Task`].
//! - [Queues](#queues) provide an interface for managing task execution.
//! - [Queues](#queues) provide an interface for managing task lifecycle.
//! - [Workers](#workers) interface with queues to execute tasks.
//!
//! ## Tasks
Expand All @@ -251,8 +251,8 @@
//!
//! ## Queues
//!
//! Queues manage tasks, including enqueuing and dequeuing them from the
//! database.
//! Queues manage task lifecycle, including enqueuing and dequeuing them from
//! the database.
//!
//! See [`queue`] for more details about queues.
//!
Expand Down

0 comments on commit 0a44375

Please sign in to comment.