Java.Util.Concurrent.IBlockingQueueExtensions Members

The members of Java.Util.Concurrent.IBlockingQueueExtensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
OfferAsync(this IBlockingQueue, Java.Lang.Object) : System.Threading.Tasks.Task<bool>
Documentation for this section has not yet been entered.
static
OfferAsync(this IBlockingQueue, Java.Lang.Object, long, TimeUnit) : System.Threading.Tasks.Task<bool>
Documentation for this section has not yet been entered.
static
PollAsync(this IBlockingQueue, long, TimeUnit) : System.Threading.Tasks.Task<Java.Lang.Object>
Documentation for this section has not yet been entered.
static
PutAsync(this IBlockingQueue, Java.Lang.Object) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
TakeAsync(this IBlockingQueue) : System.Threading.Tasks.Task<Java.Lang.Object>
Documentation for this section has not yet been entered.