IntelliJ Platform Plugin SDK
 
IntelliJ Platform Explorer

Launching Coroutines

Edit pageLast modified: 21 February 2025

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

  1. Service with its own scope. (recommended)

  2. The runBlockingCancellable function.