Home / Function/ SuspendableDefaultEventLoop() — netty Function Reference

SuspendableDefaultEventLoop() — netty Function Reference

Architecture documentation for the SuspendableDefaultEventLoop() function in DefaultEventLoopTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  c25a38c0_950b_ae17_0aaf_b0d5e5f5b6a1["SuspendableDefaultEventLoop()"]
  127ddee2_f855_978a_5ee1_44b8c3ed9eb3["SuspendableDefaultEventLoop"]
  c25a38c0_950b_ae17_0aaf_b0d5e5f5b6a1 -->|defined in| 127ddee2_f855_978a_5ee1_44b8c3ed9eb3
  75a6897d_5160_6453_2235_a48de32ca4a2["EventLoop()"]
  75a6897d_5160_6453_2235_a48de32ca4a2 -->|calls| c25a38c0_950b_ae17_0aaf_b0d5e5f5b6a1
  style c25a38c0_950b_ae17_0aaf_b0d5e5f5b6a1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/DefaultEventLoopTest.java lines 81–84

        SuspendableDefaultEventLoop(EventLoopGroup parent, Executor executor) {
            super(parent, executor, true, true, DEFAULT_MAX_PENDING_TASKS,
                  RejectedExecutionHandlers.reject());
        }

Domain

Subdomains

Called By

Frequently Asked Questions

What does SuspendableDefaultEventLoop() do?
SuspendableDefaultEventLoop() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/DefaultEventLoopTest.java.
Where is SuspendableDefaultEventLoop() defined?
SuspendableDefaultEventLoop() is defined in testsuite/src/main/java/io/netty/testsuite/transport/DefaultEventLoopTest.java at line 81.
What calls SuspendableDefaultEventLoop()?
SuspendableDefaultEventLoop() is called by 1 function(s): EventLoop.

Analyze Your Own Codebase

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

Try Supermodel Free