I believe Mr Milchick would be positively enamored by the lexical discourse here, Miss Huang however would agree with those striving for a simpler approach.
How about
func someLongExpensiveOperation() async { }
actor MyActor {
func waitForLongOperation() async {
nonisolated await someLongExpensiveOperation()
}
}