Skip to content

Commit

Permalink
Comments on AsyncSerialQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jan 26, 2024
1 parent c7880b3 commit cc86ecf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/Queue/AsyncSerialQueue.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// A esrial queue implemented on top of AsyncSequence.
///
/// This type is an experiment. I believe it works, but it currently has no tests and has been used very little.
actor AsyncSerialQueue {
public actor QueueTask {
var cancelled = false
Expand Down

0 comments on commit cc86ecf

Please sign in to comment.