Closed bwoebi closed 8 years ago
When exactly becomes a defer()/once() watcher id invalid? Before the callback call (as you anyway cannot do meaningful disable/enable on it inside the callback) or only after it?
This needs to be specified in the Driver interface.
I'd say before.
I'd also say before.
I agree with before.
Good, that's fine. I'll do a simple PR documenting that soon.
When exactly becomes a defer()/once() watcher id invalid? Before the callback call (as you anyway cannot do meaningful disable/enable on it inside the callback) or only after it?
This needs to be specified in the Driver interface.