Method Concurrent.Future()->do_call_callback()
- Method
do_call_callback
 protectedvoiddo_call_callback(function(:void)cb,mixed...args)- Description
 Call the callback function
cbin a safe manner.Reports if it fails via global_on_failure() and updates rejection state if needed.