> > > - Is there some way to communicate with a Handler on the main thread > as if it were an Akka Actor? > > Apologies, I misread the question (as “if we were an Akka Actor”). You could create a separate actor, that would redirect anything being sent to it to the main Handler — using one of the approaches I described above. However I don’t see much benefit in that, since you can submit code to the Handler from any actor.
Nick -- You received this message because you are subscribed to the Google Groups "scala-on-android" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
