AsyncBlockPerformer
public protocol AsyncBlockPerformer
Protocol describing an entity which is able to perform Void->Void blocks asynchronously.
-
Perform supplied block asynchronously
Declaration
Swift
func asyncPerform(_ block: @escaping () -> Void)Parameters
blockblock to perform asynchronously
AsyncBlockPerformer Protocol Reference