iconara / mikka

JRuby wrapper for Akka
107 stars 14 forks source link

add API for `pipe` pattern #15

Closed munkyboy closed 10 years ago

munkyboy commented 10 years ago

Since the pipe method always requires a dispatcher, I decided it best to make it a method of ActorSystem. Regarding the spec, it wasn't obvious to me how to wait on the resulting future of the pipe -> to combination.