John Herrlin
10/11/2022, 7:51 PMGlobalScope.launch
to send fire-and-forget HTTP requests to other services. I don't like the GlobalScope.launch
idea and trying to thinking of other solutions. If I would have been in Clojure I think I would have created a global go-loop to handle the fire-and-forget requests and have a channel to communicate with that go-loop. Could that been done in Kotlin? Is that a good approach for concurrent fire-and-forget stuff or are there better ways of doing it?Zach Klippenstein (he/him) [MOD]
10/12/2022, 1:29 AMJohn Herrlin
10/12/2022, 6:49 AMFrancis Reynders
10/12/2022, 6:55 AMJohn Herrlin
10/12/2022, 7:32 AMFrancis Reynders
10/12/2022, 8:07 AMJohn Herrlin
10/12/2022, 8:38 AMFrancis Reynders
10/12/2022, 9:03 AMJohn Herrlin
10/12/2022, 1:08 PM