TimeoutScheduler
com.github.mauricio.async.db.pool.TimeoutScheduler
trait TimeoutScheduler
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
The event loop group to be used for scheduling.
The event loop group to be used for scheduling.
Attributes
Implementors should decide here what they want to do when a timeout occur
Implementors should decide here what they want to do when a timeout occur
Attributes
Concrete methods
def addTimeout[A](promise: Promise[A], durationOption: Option[Duration])(implicit executionContext: ExecutionContext): Option[ScheduledFuture[_]]
We need this property as isClosed takes time to complete and we don't want the connection to be used again.
We need this property as isClosed takes time to complete and we don't want the connection to be used again.
Attributes
In this article