Method Concurrent.Future()->do_call_callback()


Method do_call_callback

protected void do_call_callback(function(:void) cb, mixed ... args)

Description

Call the callback function cb in a safe manner.

Reports if it fails via global_on_failure() and updates rejection state if needed.