Java.Util.Concurrent.ForkJoinWorkerThread Class
A thread managed by a Java.Util.Concurrent.ForkJoinPool, which executes Java.Util.Concurrent.ForkJoinTasks.

See Also: ForkJoinWorkerThread Members

Syntax

[Android.Runtime.Register("java/util/concurrent/ForkJoinWorkerThread", DoNotGenerateAcw=true)]
public class ForkJoinWorkerThread : Java.Lang.Thread

Remarks

A thread managed by a Java.Util.Concurrent.ForkJoinPool, which executes Java.Util.Concurrent.ForkJoinTasks. This class is subclassable solely for the sake of adding functionality -- there are no overridable methods dealing with scheduling or execution. However, you can override initialization and termination methods surrounding the main task processing loop. If you do create such a subclass, you will also need to supply a custom NoType:java/util/concurrent/ForkJoinPool$ForkJoinWorkerThreadFactory;Href=../../../../reference/java/util/concurrent/ForkJoinPool.ForkJoinWorkerThreadFactory.html to ForkJoinPool in a ForkJoinPool.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0