fn start_internal_executor(
executor: &Executor<'static>,
internal_executor: bool,
) -> Result<()>Expand description
Start the internal executor thread.
Returns a dummy task that keep the executor ticking thread from exiting due to absence of any tasks until socket reader task kicks in.