Skip to content

Commit

Permalink
Add a basic docc catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jun 17, 2023
1 parent 6aa5167 commit 366cb54
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Sources/Queue/Documentation.docc/Queue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ``Queue``

<!--@START_MENU_TOKEN@-->Summary<!--@END_MENU_TOKEN@-->

## Overview

This package exposes a single type: ``AsyncQueue``.

Conceptually, ``AsyncQueue`` is very similar to a ``DispatchQueue`` or ``OperationQueue``. However, unlike these an ``AsyncQueue`` can accept async blocks. This exists to more easily enforce ordering across unstructured tasks without requiring explicit dependencies between them.

0 comments on commit 366cb54

Please sign in to comment.