| ANSIProgressObserver |
class ANSIProgressObserverThis observes the StateMachineManager and follows the progress of ProtocolLogics until they complete in the order they are added to the StateMachineManager. |
| ANSIProgressRenderer |
object ANSIProgressRendererKnows how to render a ProgressTracker to the terminal using coloured, emoji-fied output. Useful when writing small command line tools, demos, tests etc. Just set the progressTracker field and it will go ahead and start drawing if the terminal supports it. Otherwise it just prints out the name of the step whenever it changes. |
| AddOrRemove |
enum class AddOrRemoveEnum for when adding/removing something, for example adding or removing an entry in a directory. |
| AffinityExecutor |
interface AffinityExecutor : ExecutorAn extended executor interface that supports thread affinity assertions and short circuiting. This can be useful for ensuring code runs on the right thread, and also for unit testing. |
| FiberBox |
class FiberBox<out T>Modelled on ThreadBox, but with support for waiting that is compatible with Quasar Fibers and MutableClocks. |
| JsonSupport |
object JsonSupportUtilities and serialisers for working with JSON representations of basic types. This adds Jackson support for the java.time API, some core types, and Kotlin data classes. |
| MutableClock |
abstract class MutableClock : ClockAn abstract class with helper methods for a type of Clock that might have its concept of "now" adjusted externally. |
| java.time.Clock |
| configureDatabase |
fun configureDatabase(props: Properties): <ERROR CLASS><Closeable, <ERROR CLASS>> |
| databaseTransaction |
fun <T> databaseTransaction(statement: <ERROR CLASS>.() -> T): T |