object Dispatchers
- Source
- Dispatchers.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Dispatchers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final val DefaultBlockingDispatcherId: String
The id of a default dispatcher to use for operations known to be blocking.
The id of a default dispatcher to use for operations known to be blocking. Note that for optimal performance you will want to isolate different blocking resources on different thread pools.
- final val DefaultDispatcherId: String("akka.actor.default-dispatcher")
The id of the default dispatcher, also the full key of the configuration of the default dispatcher.