[Concurrency] Asynchronous functions

Thanks for great solution,
the public func get() async throws -> Success { ... }
interface make it looks like it requires another await.
Maybe we should have a public func get(completion: (Success)->Void) throws -> Void interface as well.
But that should belongs to the structured concurrency thread.

2 Likes