Skip to content

Asynchronous .tap() #4

@deoxxa

Description

@deoxxa

Implement...

parser.tap(function(done) {
  doSomethingAsync(function(err) {
    return done(err);
  });
});

...with all of the expected semantics.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions