package concurrent
- Alphabetic
- Public
- All
Type Members
-
trait
CancellableFuture[T] extends AnyRef
Wraps a future, adding a method to cancel it
Wraps a future, adding a method to cancel it
- T
return type of Future
-
class
ScheduledExecutor extends AnyRef
A thread pool backed executor for tasks scheduled in the future
A thread pool backed executor for tasks scheduled in the future
- Annotations
- @throws( "if { @code corePoolSize < 0}" ) @throws( ... )
Value Members
- object CancellableFuture
- object FutureTimeout
- object ScheduledExecutor