clear static method

void clear()

Clear the registered executor (mainly for testing)

Implementation

static void clear() {
  _instance = null;
}