Home / cs-notes / Architecture / Components / Netty / Summary / eventloop / addTask
if (inEventLoop()) {
    ...
} else {
    eventLoop.execute(...);
}
Home / cs-notes / Architecture / Components / Netty / Summary / eventloop / addTask
if (inEventLoop()) {
    ...
} else {
    eventLoop.execute(...);
}