package exp
Package exp contains experimental code. This can be removed or stabilized (moved elsewhere) at any time.
- Alphabetic
- By Inheritance
- exp
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Package Members
- package fiber_scheduler
- package routing
Type Members
- trait FinagleSchedulerService extends AnyRef
Value Members
- object FinagleSchedulerService
- object ForkingSchedulerFilter
Filter placed in finagle's default server stack to offload the execution of
Future
computations using aForkingScheduler
.Filter placed in finagle's default server stack to offload the execution of
Future
computations using aForkingScheduler
. It's disabled automatically in case the current scheduler doesn't support forking.This implementation doesn't have a client filter because it's expected that the forking scheduler will handle the thread shift back to its workers after a client returns.
- object scheduler extends GlobalFlag[String]