Java.Util.Concurrent.ForkJoinTask.PeekNextLocalTask Method
Returns, but does not unschedule or execute, a task queued by the current thread but not yet executed, if one is immediately available.

Syntax

[Android.Runtime.Register("peekNextLocalTask", "()Ljava/util/concurrent/ForkJoinTask;", "")]
protected static ForkJoinTask PeekNextLocalTask ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns, but does not unschedule or execute, a task queued by the current thread but not yet executed, if one is immediately available. There is no guarantee that this task will actually be polled or executed next. Conversely, this method may return null even if a task exists but cannot be accessed without contention with other threads. This method is designed primarily to support extensions, and is unlikely to be useful otherwise.

[Android Documentation]

Requirements

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