Closed Obbut closed 5 years ago
This PR makes Context and Manager to the EventLoopGroup protocol from NIO.
Context
Manager
EventLoopGroup
This allows you to use Context and Manager everywhere a EventLoopGroup can be used.
I'm working on the upcoming OpenKitten Factory library. With this PR, it is easier to use Meow with the Factory library.
This PR makes
Context
andManager
to theEventLoopGroup
protocol from NIO.This allows you to use
Context
andManager
everywhere aEventLoopGroup
can be used.Motivation
I'm working on the upcoming OpenKitten Factory library. With this PR, it is easier to use Meow with the Factory library.