Replies: 2 comments 1 reply
-
Yeas, those are thread-safe |
Beta Was this translation helpful? Give feedback.
1 reply
-
Awesome, thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use multiple Compiler instances in a parallel and I'm only familiar with the
GLOBALS.set(&Default::default() || { try_with_handler })
setup used in the SWC crate examples. Would spans of multiple builds affect other builds or would it be thread safe? Suggestions to read in the SWC sources to understand what GLOBALS and spans are/do would be helpful.Beta Was this translation helpful? Give feedback.
All reactions