akka/akka-core

document a way to specify Dispatcher via programming

オープン

#17,568 opened on 2015/05/26

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Scala (3,547 件のフォーク)batch import
1 - triagedhelp wantednice-to-have (low-prio)

Repository metrics

Stars
 (13,277 個のスター)
PR merge metrics
 (平均マージ 8d 19h) (30d で 10 merged PRs)

説明

currently I have no way to create an Dispatcher and specified it to the actor via withDispatcher,cause the Dispatcher just accept a String.I may specified an fqcn and let the MessageDispatcherConfigurator impl to get some shared executor or reuse something from a global state,but could there be a better way.

コントリビューターガイド