Skip to the content.

Home / cs-notes / Architecture / Components / Netty / Summary / eventloop / addTask

if (inEventLoop()) {
    ...
} else {
    eventLoop.execute(...);
}