Exercise: A Simple Event
Practice how to create a simple event at the start of the process.
We'll cover the following...
Problem statement
Modify the asynchronous FindRegex
class so that it emits an event when the find process starts, passing the input files list as an argument.
Beware of ...