Question about asynchrony and Executor - When Susp...
# mvikotlin
j
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
Ah, yes. This is great. Thanks!
👍 1