|
| 1 | +# node-async-context (asyncctx) |
| 2 | + |
| 3 | +**THIS PROJECT HAS BEEN MOVED!** |
| 4 | + |
| 5 | +**THE NEW LOCATION IS HERE: [asyncctx](https://github.com/gms1/HomeOfThings/tree/master/packages/node/asyncctx)** |
| 6 | + |
| 7 | + |
1 | 8 | [](https://badge.fury.io/js/asyncctx) |
2 | 9 | [](https://github.com/gms1/node-async-context/actions/workflows/build.yml) |
3 | 10 | [](https://codecov.io/gh/gms1/node-async-context) |
4 | 11 | [](https://david-dm.org/gms1/node-async-context) |
5 | 12 | [](https://snyk.io/test/github/gms1/node-async-context) |
6 | 13 |
|
7 | 14 |  |
8 | | -# node-async-context (asyncctx) |
9 | 15 |
|
10 | 16 | This module allows you to create an asynchronous execution context for JavaScript or TypeScript |
11 | 17 |
|
@@ -68,7 +74,7 @@ process.nextTick(() => { |
68 | 74 | ## Release Notes |
69 | 75 |
|
70 | 76 | | Release | Notes | |
71 | | -|---------|---------------------------------------------------------------------------------------| |
| 77 | +|-----------|-----------------------------------------------------------------------------------------| |
72 | 78 | | 2.0.18-19 | deprecated in favour of AsyncLocalStorage | |
73 | 79 | | 2.0.12-17 | maintenance release, nodejs 14 support | |
74 | 80 | | 2.0.11 | #54: fixed memory leak for chaining asynchronous calls infinitely; thanks to Reko Tiira | |
|
0 commit comments