handstandsam
12/14/2021, 2:28 PMsimon.vergauwen
12/14/2021, 2:39 PMMutliplatformActor.kt
before, but it depends a bit on the use-case I’d say.simon.vergauwen
12/14/2021, 2:39 PMhandstandsam
12/14/2021, 3:10 PMsimon.vergauwen
12/14/2021, 3:12 PMsimon.vergauwen
12/14/2021, 3:18 PMCoroutineScope
it’s run on.
So I think in that regard all old actor
code can be safely replaced by the function linked in your gist.simon.vergauwen
12/14/2021, 3:20 PMlaunch
directly inside of StoreRealActor
rather than build your own actor
function.
The only actor
really does is install a event transformer
on a process (launch
).simon.vergauwen
12/14/2021, 3:22 PMsimon.vergauwen
12/14/2021, 3:22 PMactor
.