Package-level declarations
Types
Link copied to clipboard
Within an AwaitAllScope, any call to kotlinx.coroutines.Deferred.await causes all the other Deferred in the same block to be awaited too. That way you can get more concurrency without having to sacrifice readability.
Link copied to clipboard