| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7e5d5c2 commit a94e7da
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,11 +38,11 @@ const { | |||
| 38 | 38 | async_id_fields, | |
| 39 | 39 | execution_async_resources | |
| 40 | 40 | } = async_wrap; | |
| 41 | - // Store the pair executionAsyncId and triggerAsyncId in a std::stack on | ||
| 42 | - // Environment::AsyncHooks::async_ids_stack_ tracks the resource responsible for | ||
| 43 | - // the current execution stack. This is unwound as each resource exits. In the | ||
| 44 | - // case of a fatal exception this stack is emptied after calling each hook's | ||
| 45 | - // after() callback. | ||
| 41 | + // Store the pair executionAsyncId and triggerAsyncId in a AliasedFloat64Array | ||
| 42 | + // in Environment::AsyncHooks::async_ids_stack_ which tracks the resource | ||
| 43 | + // responsible for the current execution stack. This is unwound as each resource | ||
| 44 | + // exits. In the case of a fatal exception this stack is emptied after calling | ||
| 45 | + // each hook's after() callback. | ||
| 46 | 46 | const { | |
| 47 | 47 | pushAsyncContext: pushAsyncContext_, | |
| 48 | 48 | popAsyncContext: popAsyncContext_ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments