Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add api to access eventloopGroup in Kitura-NIO #225

Merged
merged 12 commits into from
Oct 23, 2019

Conversation

harish1992
Copy link
Contributor

EventLoopGroup eventloopGroup was inacessible in previous versions of
Kitura-NIO. This PR makes eventLoopGroup a public api and also provides a way
to start HTTPserver with user created EventLoopGroup.

Package.swift Outdated Show resolved Hide resolved
djones6 added a commit that referenced this pull request Oct 18, 2019
- required due to possibility of calling syncShutdownGracefully() on an EventLoop. Can be reverted once #225 is merged.
Harish Kumar S added 8 commits October 21, 2019 14:42
EventLoopGroup `eventloopGroup` was inacessible in previous versions of
Kitura-NIO. This PR makes `eventLoopGroup` a public api and also provides a way
to start HTTPserver with user created EventLoopGroup.
@harish1992 harish1992 added the jazzy-doc When applied to a PR, instructs the Package-Builder to regenerate the Jazzy documentation label Oct 22, 2019
@pushkarnk pushkarnk merged commit 69bd82b into Kitura:master Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jazzy-doc When applied to a PR, instructs the Package-Builder to regenerate the Jazzy documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants