Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bitrinjani committed Jan 14, 2018
1 parent ebb9094 commit d5f08c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ async emitParallel(event: string | symbol, ...args: any[]): Promise<void> {

```typescript
async emitSerial(event: string | symbol, ...args: any[]): Promise<void> {
...
for (const listener of listeners) {
await listener.fn(...args);
}
...
}
```

Expand Down

0 comments on commit d5f08c1

Please sign in to comment.