Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Kaufman committed Jan 27, 2018
1 parent 226a8c0 commit 6012997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# h1 Node.js Async Context Definitions
# Node.js Async Context Definitions

This is an effort to formalize & visualize "asynchronous context" in Node.js applications.

Expand Down Expand Up @@ -66,7 +66,7 @@ Given our model, this would produce the following event stream:
{"event": "executeEnd", "executeID": 6 } // callback f1() is ending
```
## Events product a Directed Acyclic Graph (DAG)
## Events Produce the Async Call Graph
The events above allow us to produce a Directed Acyclic Graph [DAG](https://en.wikipedia.org/wiki/Directed_acyclic_graph)
that we call the "Async Call Graph". Specifically, the `executeBegin`, `cause` and `link` events correspond to node & edge
creation in the graph.
Expand Down

0 comments on commit 6012997

Please sign in to comment.