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

Create channel internally #188

Closed
passcod opened this issue Mar 30, 2019 · 2 comments
Closed

Create channel internally #188

passcod opened this issue Mar 30, 2019 · 2 comments
Milestone

Comments

@passcod
Copy link
Member

passcod commented Mar 30, 2019

To enable this API instead:

let mut watcher: RecommendedWatcher = Watcher::new(Duration::from_secs(2))?;
let tx = watcher.channel();

Depends on #160

@passcod passcod added this to the 5.0.0 milestone Mar 30, 2019
@passcod
Copy link
Member Author

passcod commented Mar 30, 2019

Should still have a way to pass a channel in:

Watcher::with_channel(tx, ...)

@mitchmindtree
Copy link
Contributor

Closed via #214.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants