libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.27k stars 435 forks source link

feat: add queue success and failure events #2481

Closed achingbrain closed 3 months ago

achingbrain commented 3 months ago

Adds extra events to the Queue class that allow access to more context during the event, for example being able to access the options that were passed to a job.

Change checklist