scalajp/scala.github.com

onSuccessのコールバックの実行順の説明で抜けている文がある

taku0 opened this issue · 0 comments

「さらに、コールバックが実行される順序は、たとえ同じアプリケーションを複数回実行した間だけでも決定してない。」という文の後に、“In fact, the callbacks may not be called sequentially one after the other, but may concurrently execute at the same time”という文の訳が抜けています。
次の例はこの文についての例なのでこの文は必須です。