hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
RunnableExecuteAction
hunt
concurrency
ForkJoinTask
Adapter for Runnables in which failure forces worker exception.
final
class
RunnableExecuteAction : ForkJoinTask!(void) {
Runnable
runnable
;
this
(Runnable runnable);
bool
exec
();
void
internalPropagateException
(Throwable ex);
}
Constructors
this
this
(Runnable runnable)
Undocumented in source.
Members
Functions
exec
bool
exec
()
Undocumented in source. Be warned that the author may not have intended to support it.
internalPropagateException
void
internalPropagateException
(Throwable ex)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
runnable
Runnable
runnable
;
Undocumented in source.
Meta
Source
See Implementation
hunt
concurrency
ForkJoinTask
classes
AdaptedCallable
AdaptedRunnable
AdaptedRunnableAction
CountedCompleter
ForkJoinTask
RecursiveTask
RunnableExecuteAction
interfaces
ICountedCompleter
Adapter for Runnables in which failure forces worker exception.