Skip to content

Commit

Permalink
Elaborate further
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed May 12, 2024
1 parent e963352 commit 6a1a4d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/picos_mpscq/picos_mpscq.mli
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(** Lock-free multi-producer, single-consumer queue.
🏎️ This data structure is optimized for use as a scheduler's ready queue. *)
🏎️ This data structure is optimized for use as a non-work-stealing
scheduler's ready queue. *)

(** {1 API} *)

Expand Down

0 comments on commit 6a1a4d3

Please sign in to comment.