Home / Function/ inEventLoop() — netty Function Reference

inEventLoop() — netty Function Reference

Architecture documentation for the inEventLoop() function in DefaultChannelPipelineTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  974b0d9b_b7be_340c_fc7a_5c63cdb7f612["inEventLoop()"]
  ef120788_b621_3a9a_fb3c_f140ae2eed8b["WrapperExecutor"]
  974b0d9b_b7be_340c_fc7a_5c63cdb7f612 -->|defined in| ef120788_b621_3a9a_fb3c_f140ae2eed8b
  8602c868_3baa_e506_f888_d8151c0e7636["testPromiseCorrectExecutor()"]
  8602c868_3baa_e506_f888_d8151c0e7636 -->|calls| 974b0d9b_b7be_340c_fc7a_5c63cdb7f612
  17e826db_5986_71a8_25b1_b2b294996113["checkExecutor()"]
  17e826db_5986_71a8_25b1_b2b294996113 -->|calls| 974b0d9b_b7be_340c_fc7a_5c63cdb7f612
  style 974b0d9b_b7be_340c_fc7a_5c63cdb7f612 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/test/java/io/netty/channel/DefaultChannelPipelineTest.java lines 2579–2582

        @Override
        public boolean inEventLoop(Thread thread) {
            return thread == eventLoopThread;
        }

Domain

Subdomains

Frequently Asked Questions

What does inEventLoop() do?
inEventLoop() is a function in the netty codebase, defined in transport/src/test/java/io/netty/channel/DefaultChannelPipelineTest.java.
Where is inEventLoop() defined?
inEventLoop() is defined in transport/src/test/java/io/netty/channel/DefaultChannelPipelineTest.java at line 2579.
What calls inEventLoop()?
inEventLoop() is called by 2 function(s): checkExecutor, testPromiseCorrectExecutor.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free