package util
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class InterruptibleExecutionContext extends ExecutionContext
Checks if thread was interrupted before performing a task.
Checks if thread was interrupted before performing a task.
Thin wrapper around the global execution context Created by maxhutch on 4/20/17.
Value Members
- object Async
Object containing utility functions for supporting interrupts Created by maxhutch on 4/20/17.
- object InterruptibleExecutionContext
Provide default InterruptibleExecutionContext based on the global EC
- object LoloPyDataLoader
Tool used to transfer data from LoloPy to the JVM
Tool used to transfer data from LoloPy to the JVM
Works by receiving an byte array and converting it to Scala Sequence