Add low priority implicit for the default dispatcher

This commit is contained in:
Derek Williams 2011-02-28 10:37:42 -07:00
parent 92a17615c0
commit 445c2e6476

View file

@ -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
} }
/** /**