@risingstack/continuation-local-storage
Advanced tools
Changelog
v1.0.0 (2013-07-25):
.run()
or .bind()
to create a new
nested context. These nested contexts are prototype chains that point back to
a "default" / "global" context, with the default context for each namespace
being a prototype-free "data bag" created with Object.create(null)
.