I saw that 1.4-M2 added native support for suspend...
# multiplatform
k
I saw that 1.4-M2 added native support for suspending functions, but it doesn’t mention anything about context, scope, or jobs. Does anyone know what the CoroutineContext or Scope are when making these native suspend functions? Also is there a way to cancel something in flight, like with a Job?