Home / Function/ testTightShutodownEpoll() — netty Function Reference

testTightShutodownEpoll() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  03587724_2d5f_fb39_1c76_c50295ce4670["testTightShutodownEpoll()"]
  e45aee7f_05b1_581f_0dc9_9f5ffbeab685["ManualEventLoopTest"]
  03587724_2d5f_fb39_1c76_c50295ce4670 -->|defined in| e45aee7f_05b1_581f_0dc9_9f5ffbeab685
  a00476b1_7dfb_d468_f53a_dbba89da2249["ManualMultithreadedIoEventLoopGroup()"]
  03587724_2d5f_fb39_1c76_c50295ce4670 -->|calls| a00476b1_7dfb_d468_f53a_dbba89da2249
  style 03587724_2d5f_fb39_1c76_c50295ce4670 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/ManualEventLoopTest.java lines 130–135

    @RepeatedTest(value = 100, failureThreshold = 1)
    void testTightShutodownEpoll() throws InterruptedException, ExecutionException {
        ManualMultithreadedIoEventLoopGroup group = new ManualMultithreadedIoEventLoopGroup(
                EpollIoHandler.newFactory());
        group.shutdownGracefully(0, 0, TimeUnit.SECONDS).get();
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free