Launching Coroutines

Edit pageLast modified: 19 March 2025

There are two approaches to launching coroutines in the IntelliJ Platform:

  1. Service with its own scope. (recommended)

  2. The runBlockingCancellable function.