Home / Function/ shutsDownGracefully() — netty Function Reference

shutsDownGracefully() — netty Function Reference

Architecture documentation for the shutsDownGracefully() function in IoUringEventLoopTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  ce395063_b091_900a_0e9e_ea079841d4dd["shutsDownGracefully()"]
  bf8a255d_67ed_191c_39f9_4a9ca57b3792["IoUringEventLoopTest"]
  ce395063_b091_900a_0e9e_ea079841d4dd -->|defined in| bf8a255d_67ed_191c_39f9_4a9ca57b3792
  style ce395063_b091_900a_0e9e_ea079841d4dd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringEventLoopTest.java lines 95–100

    @Test
    public void shutsDownGracefully() throws Exception {
        EventLoopGroup group = new MultiThreadIoEventLoopGroup(1, newIoHandlerFactory());
        assertTrue(group.shutdownGracefully(1L, 1L, TimeUnit.MILLISECONDS)
                .await(1500L, TimeUnit.MILLISECONDS));
    }

Domain

Subdomains

Frequently Asked Questions

What does shutsDownGracefully() do?
shutsDownGracefully() is a function in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringEventLoopTest.java.
Where is shutsDownGracefully() defined?
shutsDownGracefully() is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringEventLoopTest.java at line 95.

Analyze Your Own Codebase

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

Try Supermodel Free