OpenKitten / Meow

MongoDB object persistence for Swift
MIT License
66 stars 3 forks source link

Conform Context and Manager to EventLoopGroup #20

Closed Obbut closed 5 years ago

Obbut commented 5 years ago

This PR makes Context and Manager to the EventLoopGroup protocol from NIO.

This allows you to use Context and Manager everywhere a EventLoopGroup 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.