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

File notification API #12391

Closed
munificent opened this issue Aug 12, 2013 · 2 comments
Closed

File notification API #12391

munificent opened this issue Aug 12, 2013 · 2 comments
Assignees
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-duplicate Closed in favor of an existing report library-io type-enhancement A request for a change that isn't a bug

Comments

@munificent
Copy link
Member

I started an email thread about this, but it seems like a bug is a better way to track this.

I'd like to have an API in dart:io for receiving notifications about file system changes. In other words, a Dart-level API that corresponds to (and probably uses) inotify and FSEvents.

I created a file watching package (pkg/watcher in the repo) that exposes the API I want to consume. Currently, it's implemented using polling. Ideally, you'd be able to rewrite the internal implementation using this API without having to change its public interface at all.

@sgjesse
Copy link
Contributor

sgjesse commented Aug 14, 2013

Added Duplicate label.
Marked as being merged into #3310.

@kevmoo
Copy link
Member

kevmoo commented May 14, 2014

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

@munificent munificent added Type-Enhancement area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io closed-duplicate Closed in favor of an existing report labels May 14, 2014
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed priority-unassigned labels Mar 1, 2016
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. closed-duplicate Closed in favor of an existing report library-io type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

4 participants