EventDestination
public protocol EventDestination : Completable, EventController, Updatable
A base protocol of object that can be updated and completed
-
post(_:from:)
Extension methodPosts event to the EventDestination Value will not be applied for completed Producer
Declaration
Swift
func post( _ event: ChannelEvent<Update, Success>, from originalExecutor: Executor? = nil)