Open wanghc78 opened 8 years ago
AKKA actor has ask() interface to return a future for a message send. The receiver can notify the sender when it finishes processing the message.
Our API may be different to AKKA.
ask api referenced in Swactor func ask<T:Request>(msg:T) -> Future<T.Result>
func ask<T:Request>(msg:T) -> Future<T.Result>
AKKA actor has ask() interface to return a future for a message send. The receiver can notify the sender when it finishes processing the message.
Our API may be different to AKKA.