Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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

  1. object Async

    Object containing utility functions for supporting interrupts Created by maxhutch on 4/20/17.

  2. object InterruptibleExecutionContext

    Provide default InterruptibleExecutionContext based on the global EC

  3. 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

Ungrouped