Callback


Description:

public delegate R Callback<T,R> (T resource) throws Error

Delegate type for ResourcePool

Parameters:

resource

the resource

Returns:

value to return to the invoker

See also:

execute, execute_async, execute_background