Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I had an idea for a native module that I would like to support some type of "unit of work" type context. This would potentially require setting a LocalKey on the node side, but having the value be consumable on the Rust side.
This is handy for having context-aware log messages, database transactions, etc. This might be practically difficult to achieve, but I'm not sure!
Beta Was this translation helpful? Give feedback.
All reactions