Skip to content

async_hooks: add hook to stop propagation

Rodrigo Muino Tomonari requested to merge github/fork/Flarna/als-propagate into main

Add hook to AsyncLocalStorage to allow user to stop propagation. This is needed to avoid leaking a store if e.g. the store indicates that its operations are finished or it reached its time to live.

fyi @nodejs/diagnostics

Merge request reports

Loading