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

IO events should support multiple listeners #4202

Closed
nex3 opened this issue Jul 25, 2012 · 2 comments
Closed

IO events should support multiple listeners #4202

nex3 opened this issue Jul 25, 2012 · 2 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io

Comments

@nex3
Copy link
Member

nex3 commented Jul 25, 2012

Currently all events in dart:io only support a single callback. This is very troublesome if one client wants to listen for e.g. a stream closing and then pass that stream up to a higher-level client.

See also issue #1873.

@nex3
Copy link
Member Author

nex3 commented Feb 28, 2013

This is irrelevant now that dart:io uses the dart:async APIs pervasively.


Added Fixed label.

@kevmoo
Copy link
Member

kevmoo commented May 14, 2014

Removed Area-IO label.
Added Area-Library, Library-IO labels.

@nex3 nex3 added Type-Defect area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io labels May 14, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io
Projects
None yet
Development

No branches or pull requests

2 participants