claim_async


Description:

public async ResourceClaim<T> claim_async (int priority = DEFAULT, Cancellable? cancellable = null) throws Error

Acquire a claim asynchronously

Parameters:

priority

the priority with which to create the resource

cancellable

optional cancellable for aborting the opearation

Returns:

the newly acquired (and initialized) claim

See also:

claim