On Wed, 2019-12-18 at 11:31 -0800, Ryan Schmitt wrote: > Does "single core" mean single-threaded? >
It implies one thread and usually one CPU core that thread is bound to. Oleg > > > > Single core reactors now use Callback<Exception> exceptionCallback > > to > > report any unexpected error instead of maintaining an internal > > queue of > > events. Usually the default callback implementation logs exceptions > > with ERROR priority. > > > > Oleg > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
