dragon.native.pool.AsyncResult

AsyncResult[source]

Methods

__init__(pool, callback, error_callback)

Initializes a result

get([timeout])

Retrieves returned values of work submitted to pool

ready()

Checks whether the result is ready.

successful()

Checks if the result is ready and returns whether the function call was successful.

wait([timeout])

Waits on event for result to be ready

alias of ApplyResult