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 : EventPresentable
Parameters
cargo
The playload of any type