Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add names to variables in
Worker
interface
This is another small one: add names to variables in functions that are in the `Worker` interface. These aren't strictly needed and may be omitted, but are helpful in the case of IDEs like VScode so that when users tell their IDE to implement an interface, the IDE generates functions with nice variable names instead of stand-in boilerplate.
- Loading branch information