Posts by quikkoo • 26 points
3 posts
-
0
votes1
answer44
viewsA: scala-plicking used in common classes
there are many implicit functions with the same signature being brought // importa a case class PickleOps que define a função pickle import scala.pickling._ // importa as funções do objeto Defaults…
-
1
votes1
answer372
views -
0
votes1
answer62
viewsA: How to know if a certain actor does not exist
use the solving function Actorselection java: final ExecutionContext ec = system.dispatcher(); ActorSelection register = system.actorSelection("akka://default/user/ATOR-NAO-EXISTE"); Future future =…