clear static method
void
clear()
Clear the registered executor (mainly for testing)
Implementation
static void clear() {
_instance = null;
}
Clear the registered executor (mainly for testing)
static void clear() {
_instance = null;
}