InternalTaskChannel
public protocol InternalTaskChannel
-
Declaration
Swift
associatedtype InProcess : Sendable
-
Sends element to sequence
Declaration
Swift
func send(_ element: InProcess)
Parameters
element
element
-
Terminates sequence
Declaration
Swift
func finish()