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