AppKit present viewController completion handler with Async/Await

I am trying to figure out if AppKit provides any support for Async/Await when presenting ViewControllers.

Typically one has to use a completionHandler that gets called when the viewController is dismissed.

Any way to used Async/Await for achieving the same thing ?

AppKit present viewController completion handler with Async/Await
 
 
Q