Check current_execute_data instead of flags in fiber destructor Checking EG(current_exectue_data) throws into the previous fiber instead of triggering a fatal error during shutdown. A fatal
Check current_execute_data instead of flags in fiber destructor Checking EG(current_exectue_data) throws into the previous fiber instead of triggering a fatal error during shutdown. A fatal error is triggered only if the throwing destroyed fiber was resumed from {main}.
show more ...
|