Uses of Class
com.machinezoo.hookless.ReactiveThread
Packages that use ReactiveThread
-
Uses of ReactiveThread in com.machinezoo.hookless
Methods in com.machinezoo.hookless that return ReactiveThreadModifier and TypeMethodDescriptionstatic ReactiveThreadReactiveThread.current()ReactiveThread.daemon(boolean daemon) ReactiveThread.handler(BiConsumer<ReactiveThread, Throwable> handler) ReactiveThread.start()Methods in com.machinezoo.hookless that return types with arguments of type ReactiveThreadModifier and TypeMethodDescriptionReactiveThread.handler()static BiConsumer<ReactiveThread,Throwable> ReactiveThread.handlerDefault()Method parameters in com.machinezoo.hookless with type arguments of type ReactiveThreadModifier and TypeMethodDescriptionReactiveThread.handler(BiConsumer<ReactiveThread, Throwable> handler) static voidReactiveThread.handlerDefault(BiConsumer<ReactiveThread, Throwable> handler)