Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added "id" as third param to example function in README
Key point for this commit is that "id" of the message can be leveraged as the third parameter for worker.on function. worker.on( "message", function( msg, next, id ){ // Example use the "id" to delete the message once processed. }
- Loading branch information