MCPcopy Create free account
hub / github.com/e2wugui/zeze / getEventLoopGroup

Method getEventLoopGroup

ZezeJava/ZezeJava/src/main/java/Zeze/Netty/Netty.java:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 public @NotNull EventLoopGroup getEventLoopGroup() {
33 return eventLoopGroup;
34 }
35
36 public @NotNull Future<?> closeAsync() {
37 return eventLoopGroup.shutdownGracefully();

Callers 1

startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected