You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all events inside atomic methods (e.g., methods declared as atomics via method guarantees API), are ignored.
We need to revisit this decision and relax the contract of atomic methods.
At least the following events should be tracked even inside atomic methods:
thread start/join
thread parks/unparks
...
The text was updated successfully, but these errors were encountered:
Currently, all events inside atomic methods (e.g., methods declared as atomics via method guarantees API), are ignored.
We need to revisit this decision and relax the contract of atomic methods.
At least the following events should be tracked even inside atomic methods:
The text was updated successfully, but these errors were encountered: