Skip to content

Commit

Permalink
Move UniversalBootstrap to NIOCore. (#1922)
Browse files Browse the repository at this point in the history
Motivation:

The UniversalBootstrap abstraction allows you to write code that is
agnostic to the specific event loop and channel implementation. This is
likely to be used in places that don't want to have to express a
concrete requirement for a specific channel or loop, and so properly
belongs in NIOCore.

Modifications:

- Move Universal Bootstrap
- Move TCP convenience options, which are required by the universal
  bootstrap.

Result:

Universal Bootstrap will be in NIOCore.
  • Loading branch information
Lukasa authored Aug 3, 2021
1 parent ca136e8 commit 12ce699
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 0 deletions.
File renamed without changes.
File renamed without changes.

0 comments on commit 12ce699

Please sign in to comment.