- updating comment on dynamics_nodejs.js

This commit is contained in:
denihs
2023-03-14 12:28:03 -04:00
parent a26dc4b1c4
commit ec35adf0bf

View File

@@ -1,4 +1,4 @@
// Implementation of dynamic scoping, for use on the server - with Fibers or AsyncLocalStorage
// Implementation of dynamic scoping, for use on the server with AsyncLocalStorage
let nextSlot = 0;
let callAsyncMethodRunning = false;