EventBusSafePostable
public protocol EventBusSafePostable
Undocumented
-
Safe post a value to all subscriber, make sure there is one subscriber at least
Declaration
Swift
func post<T>(_ cargo: T) throws where T : EventPresentableParameters
cargoThe playload of any type
View on GitHub
EventBusSafePostable Protocol Reference