https://kotlinlang.org logo
Title
j

julian

06/03/2021, 6:11 PM
Question about asynchrony and Executor - When SuspendExecutor has called a suspend function, and is suspended, does that mean new incoming Intents are queued somehow until the executor is unsuspended? Or is a new instance of executor created to handle these intents?
j

julian

06/03/2021, 6:59 PM
Ah, yes. This is great. Thanks!
👍 1