Skip to content

Commit fb00ac0

Browse files
authored
Merge pull request #333 from ReactiveCocoa/scheduler-class-bound
Give `Scheduler` a class bound.
2 parents aeb4ead + 7570c8e commit fb00ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Scheduler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import Foundation
1414
#endif
1515

1616
/// Represents a serial queue of work items.
17-
public protocol Scheduler {
17+
public protocol Scheduler: class {
1818
/// Enqueues an action on the scheduler.
1919
///
2020
/// When the work is executed depends on the scheduler in use.

0 commit comments

Comments
 (0)