Vikas Singh
12/16/2022, 10:57 AMstreetsofboston
12/16/2022, 12:47 PMVikas Singh
12/16/2022, 1:58 PMJoffrey
12/16/2022, 2:01 PMstreetsofboston
12/16/2022, 2:01 PMJoffrey
12/16/2022, 2:02 PMsupervisorScope {
launch { ... }
launch { ... }
}
streetsofboston
12/16/2022, 2:06 PMVikas Singh
12/19/2022, 4:15 AMJoffrey
12/19/2022, 10:01 AMscope.launch {...}
, it creates a child job of the job that's in the scope.
In practice we use a supervisor job on children
Not really. What makes you say that? It's very uncommon to write
launch(SupervisorJob())
because that would break structured concurrencyVikas Singh
12/19/2022, 12:51 PMJoffrey
12/19/2022, 1:27 PMVikas Singh
12/19/2022, 1:43 PM