Skip to content

Commit

Permalink
lil upd doc
Browse files Browse the repository at this point in the history
  • Loading branch information
NikSativa committed Oct 17, 2024
1 parent 8257662 commit 49a5886
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/DelayedQueue.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import Foundation

/// - Note: use namespace __`DelayedQueue.n.<func name>`__ to simplify code usage.
/// ```swift
/// func run(in queue: DelayedQueue) { ... }
/// // somewhere where you need
/// run(.n.async(.main))
/// ```
public enum DelayedQueue {
case absent
case sync(Queueable)
Expand Down

0 comments on commit 49a5886

Please sign in to comment.