Module org.jhotdraw8.fxbase
Package org.jhotdraw8.fxbase.concurrent
package org.jhotdraw8.fxbase.concurrent
Provides utility classes for concurrency.
-
ClassDescriptionThis work state does not update its properties, except for
BlackHoleWorkState.isCancelled().ACompletableWorkeris aWorkerthat provides value that it produces in aCompletionStagewhich completes (or fails) on the FX Application Thread.FXWorkerprovides convenience methods for executingCheckedRunnableobjects on aSimple implementation ofCompletableWorker.A simple implementation of theWorkStateinterface.WorkState<V>Work state can be used to report the current state of work, and provides an ability to cancel work in progress.