Add low priority implicit for the default dispatcher
This commit is contained in:
parent
92a17615c0
commit
445c2e6476
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ object MessageDispatcher {
|
||||||
val UNSCHEDULED = 0
|
val UNSCHEDULED = 0
|
||||||
val SCHEDULED = 1
|
val SCHEDULED = 1
|
||||||
val RESCHEDULED = 2
|
val RESCHEDULED = 2
|
||||||
|
|
||||||
|
implicit def defaultGlobalDispatcher = Dispatchers.defaultGlobalDispatcher
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue