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
Copy file name to clipboardExpand all lines: HISTORY.md
+1
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ New language features
25
25
* Support for Unicode 16 ([#56925]).
26
26
*`Threads.@spawn` now takes a `:samepool` argument to specify the same threadpool as the caller.
27
27
`Threads.@spawn :samepool foo()` which is shorthand for `Threads.@spawn Threads.threadpool() foo()` ([#57109]).
28
+
* The `@ccall` macro can now take a `gc_safe` argument, that if set to true allows the runtime to run garbage collection concurrently to the `ccall` ([#49933]).
0 commit comments