We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aeb4ead + 7570c8e commit fb00ac0Copy full SHA for fb00ac0
Sources/Scheduler.swift
@@ -14,7 +14,7 @@ import Foundation
14
#endif
15
16
/// Represents a serial queue of work items.
17
-public protocol Scheduler {
+public protocol Scheduler: class {
18
/// Enqueues an action on the scheduler.
19
///
20
/// When the work is executed depends on the scheduler in use.
0 commit comments