iconara / mikka

JRuby wrapper for Akka
107 stars 14 forks source link

Futures support #11

Open munkyboy opened 9 years ago

munkyboy commented 9 years ago

I noticed the test for Actor#ask is commented out https://github.com/iconara/mikka/blob/master/spec/mikka_spec.rb#L61

Does mikka support returning futures from Actor#ask? better yet, does mikka support constructing Futures?

iconara commented 9 years ago

See the answer to #13.