java.lang.Object
com.machinezoo.hookless.ReactiveThread
Reactive substitute for Java's
Thread
.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ReactiveThread
current()
boolean
daemon()
daemon
(boolean daemon) executor()
handler()
handler
(BiConsumer<ReactiveThread, Throwable> handler) static BiConsumer<ReactiveThread,
Throwable> static void
handlerDefault
(BiConsumer<ReactiveThread, Throwable> handler) protected void
run()
runnable()
start()
void
stop()
toString()
-
Constructor Details
-
ReactiveThread
public ReactiveThread() -
ReactiveThread
-
-
Method Details