Skip to content

Commit

Permalink
Optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
ketenshi committed Apr 13, 2021
1 parent b5eca19 commit 1ec9327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Fisticuffs/Scheduler/DefaultScheduler.swift
Expand Up @@ -23,7 +23,7 @@
import Foundation

/// This is the default `Scheduler` which performs work on the current thread
public final class DefaultScheduler: Scheduler {
public struct DefaultScheduler: Scheduler {
public init() {}

public func schedule(_ action: @escaping () -> Void) {
Expand Down

0 comments on commit 1ec9327

Please sign in to comment.