Home / Function/ IoEventLoop() — netty Function Reference

IoEventLoop() — netty Function Reference

Architecture documentation for the IoEventLoop() function in ManualEventLoopTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  65b772a9_71aa_aea5_5a11_9c5cf53a49df["IoEventLoop()"]
  7c0a5f4a_fdb0_ec41_f09f_6bfc891da25c["ManualMultithreadedIoEventLoopGroup"]
  65b772a9_71aa_aea5_5a11_9c5cf53a49df -->|defined in| 7c0a5f4a_fdb0_ec41_f09f_6bfc891da25c
  569fe781_e331_036b_7453_a3b8c5422375["ManualIoEventLoopRunner()"]
  65b772a9_71aa_aea5_5a11_9c5cf53a49df -->|calls| 569fe781_e331_036b_7453_a3b8c5422375
  style 65b772a9_71aa_aea5_5a11_9c5cf53a49df fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/ManualEventLoopTest.java lines 146–151

        @Override
        protected IoEventLoop newChild(Executor executor, IoHandlerFactory ioHandlerFactory, Object... args) {
            this.ioEventLoopRunner = new ManualIoEventLoopRunner(this, ioHandlerFactory,
                    executor, this::beforeCanBlock);
            return ioEventLoopRunner.ioEventLoop;
        }

Domain

Subdomains

Frequently Asked Questions

What does IoEventLoop() do?
IoEventLoop() is a function in the netty codebase, defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/ManualEventLoopTest.java.
Where is IoEventLoop() defined?
IoEventLoop() is defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/ManualEventLoopTest.java at line 146.
What does IoEventLoop() call?
IoEventLoop() calls 1 function(s): ManualIoEventLoopRunner.

Analyze Your Own Codebase

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

Try Supermodel Free