Open t1m0thyj opened 2 hours ago
Thank you for raising this enhancement request. The community has 90 days to vote on it. If the enhancement receives at least 5 upvotes, it is added to our development backlog. If it receives fewer votes, the issue is closed.
Is your feature or enhancement request related to a problem or limitation? Please describe
I wish the Core SDK provided a method that could be used to debounce Node.js
fs.watch
events.Describe your enhancement idea
Add a debounce utility method - this could be implemented as a decorator like the following:
Describe alternatives you've considered
Currently the Imperative Event Emitter and Zowe Explorer have each implemented a solution for debouncing events, but it would be nice if they could share a common one.
Provide any additional context
Example of how to use the decorator above: