AsyncPool.isTransactionReady

Returns true if transaction processing is finished (doesn't matter the actual reason, error or transaction object is invalid, or successful completion).

If the method returns true, then getTransaction method can be called in non-blocking manner.

class AsyncPool
shared
bool
isTransactionReady
(
immutable ITransaction transaction
)

See Also

postTransaction, getTransaction.

Meta