you don’t actually need to add a method to the actor, you can write it completely anonymously using a closure with an isolated
parameter.
1 Like
you don’t actually need to add a method to the actor, you can write it completely anonymously using a closure with an isolated
parameter.