The Wayback Machine - https://web.archive.org/web/20200920235012/https://github.com/reactphp/event-loop/pull/158
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

Allow throwing Exception if stream resource is not supported #158

Merged
merged 1 commit into from Mar 26, 2018

Conversation

@clue
Copy link
Member

clue commented Mar 26, 2018

This very simple PR adds documentation to make consumers aware that addReadStream() and addWriteStream() MAY throw an Exception if the given stream resource type is not supported by the underlying event loop implementation. This is explicitly not enforced due to performance considerations, so consumers SHOULD NOT rely on this.

Builds on top of #110

@clue clue added this to the v0.5.0 milestone Mar 26, 2018
@WyriHaximus WyriHaximus requested review from jsor and WyriHaximus Mar 26, 2018
@jsor
jsor approved these changes Mar 26, 2018
@WyriHaximus WyriHaximus merged commit 1fb6a4b into reactphp:master Mar 26, 2018
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@clue clue deleted the clue-labs:exception branch Mar 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.