Uses of Class
com.machinezoo.hookless.ReactiveThread
-
Packages that use ReactiveThread Package Description com.machinezoo.hookless Reactive primitives and core reactive classes. -
-
Uses of ReactiveThread in com.machinezoo.hookless
Methods in com.machinezoo.hookless that return ReactiveThread Modifier and Type Method Description static ReactiveThread
ReactiveThread. current()
ReactiveThread
ReactiveThread. daemon(boolean daemon)
ReactiveThread
ReactiveThread. executor(Executor executor)
ReactiveThread
ReactiveThread. handler(BiConsumer<ReactiveThread,Throwable> handler)
ReactiveThread
ReactiveThread. runnable(Runnable runnable)
ReactiveThread
ReactiveThread. start()
Methods in com.machinezoo.hookless that return types with arguments of type ReactiveThread Modifier and Type Method Description BiConsumer<ReactiveThread,Throwable>
ReactiveThread. handler()
static BiConsumer<ReactiveThread,Throwable>
ReactiveThread. handlerDefault()
Method parameters in com.machinezoo.hookless with type arguments of type ReactiveThread Modifier and Type Method Description ReactiveThread
ReactiveThread. handler(BiConsumer<ReactiveThread,Throwable> handler)
static void
ReactiveThread. handlerDefault(BiConsumer<ReactiveThread,Throwable> handler)
-