async(execute:)
Requests that a block be executed on the connection’s internal scheduling context.
Declaration
final func async(execute: @escaping () -> Void)Discussion
You should call this if you need to call any framer functions but are in another scheduling context.