Example usage for io.netty.channel EventLoopGroup interface-usage

List of usage examples for io.netty.channel EventLoopGroup interface-usage

Introduction

In this page you can find the example usage for io.netty.channel EventLoopGroup interface-usage.

Usage

From source file reactor.ipc.netty.resources.ColocatedEventLoopGroup.java

/**
 * Reuse local event loop if already working inside one.
 */
final class ColocatedEventLoopGroup implements EventLoopGroup {

    final EventLoopGroup eventLoopGroup;