We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
experimental-threads
1 parent 2a83b54 commit 7f66319Copy full SHA for 7f66319
documentation/put.sh
@@ -29,8 +29,8 @@ case $repo in
29
# highestApiFeature=$(echo "$availableFeatures" | grep -oP '^api-4-\d+$' | sort -V | tail -n 1)
30
31
# `experimental-godot-api` is needed to allow "only available in ..." labels with #[doc(cfg)].
32
- # Could add experimental-threads in the future, but for now it's unstable and possibly more confusing.
33
- features="--features experimental-godot-api"
+ # `experimental-threads` has very few APIs (e.g. Callable::from_sync_fn).
+ features="--features experimental-godot-api,experimental-threads"
34
;;
35
*)
36
echo "Invalid repo '$repo'; abort."
0 commit comments