You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/NIOCore/EventLoop.swift
+1-1
Original file line number
Diff line number
Diff line change
@@ -736,7 +736,7 @@ extension EventLoop {
736
736
/// - returns: An `EventLoopFuture` identical to the `EventLoopFuture` returned from `task`.
737
737
@inlinable
738
738
@preconcurrency
739
-
publicfunc flatSubmit<T:Sendable>(_ task:@escaping@Sendable()->EventLoopFuture<T>)->EventLoopFuture<T>{ // TODO: This should take a closure that returns fresh
0 commit comments