mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
12 lines
308 B
Java
Generated
12 lines
308 B
Java
Generated
// Generated automatically from io.netty.channel.EventLoop for testing purposes
|
|
|
|
package io.netty.channel;
|
|
|
|
import io.netty.channel.EventLoopGroup;
|
|
import io.netty.util.concurrent.OrderedEventExecutor;
|
|
|
|
public interface EventLoop extends EventLoopGroup, OrderedEventExecutor
|
|
{
|
|
EventLoopGroup parent();
|
|
}
|