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 6012997 commit 986d074
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
This is an effort to formalize & visualize "asynchronous context" in Node.js applications.

The content here is a "simple summary" of more in-depth work, namely
1. A [DLS 2017](http://2017.splashcon.org/)
[paper](https://www.microsoft.com/en-us/research/wp-content/uploads/2017/08/NodeAsyncContext.pdf) that formally
1. A [DLS 2017 paper](https://www.microsoft.com/en-us/research/wp-content/uploads/2017/08/NodeAsyncContext.pdf) that formally
defines semantics of async execution in javascript
2. A "translation" of the above concepts to Node.js, without the academic assumptions & formalisms, is [here](./Async-Context-Definitions.md). (*WIP*)
2. A ["translation"](./Async-Context-Definitions.md) of the above concepts, without the academic assumptions & formalisms. (*WIP*)

This page is a companion to the above. The intention is to easily bring an
understanding of the asynchronous execution model formally defined above to a wide audience of Node.js
Expand Down

0 comments on commit 986d074

Please sign in to comment.