CoroutineTaskExecutor
public struct CoroutineTaskExecutor
Undocumented
-
Undocumented
Declaration
Swift
public static let defaultShared: CoroutineTaskExecutor
-
Undocumented
Declaration
Swift
public static func newShared(coroutinePoolSize poolSize: Int, stackSize: Coroutine.StackSize = .recommended) -> CoroutineTaskExecutor
-
Undocumented
Declaration
Swift
@inlinable public func execute(on scheduler: TaskScheduler, task: @escaping () -> Void)