We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
try
1 parent 710a519 commit 34b3ebeCopy full SHA for 34b3ebe
1 file changed
Sources/MachPort/MachPortEventController.swift
@@ -65,7 +65,7 @@ public final class MachPortEventController: MachPortEventPublisher {
65
66
public func reload(in runLoop: CFRunLoop = CFRunLoopGetMain(),
67
mode: CFRunLoopMode) throws {
68
- try stop(mode: mode)
+ stop(mode: mode)
69
try start(mode: mode)
70
}
71
0 commit comments