Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
micahrj committed Apr 25, 2021
1 parent ff1ad97 commit bf3ae29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

A wait-free single-producer single-consumer linked-list queue with individually reusable nodes.

`llq` provides smart pointers analogous to `Box` and `Arc` which mark their contents for deferred collection on another thread rather than immediately freeing it, making them safe to drop on a real-time thread.
Queue operations do not block or allocate memory. Individual nodes are allocated and managed separately, and can be reused on multiple queues.

# Examples

Expand Down

0 comments on commit bf3ae29

Please sign in to comment.