...

/

Exercise: A Simple Event

Exercise: A Simple Event

Practice how to create a simple event at the start of the process.

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 ...