Disable try_blocking for now (requires HXCPP 4.3+)

This commit is contained in:
Joshua Granick
2023-06-07 18:12:01 -07:00
parent 06122fe72a
commit a46eecc831

View File

@@ -46,7 +46,8 @@ namespace lime {
if (!_isHL) {
gc_try_blocking ();
// TODO: Only supported in HXCPP 4.3
// gc_try_blocking ();
}
@@ -57,7 +58,8 @@ namespace lime {
if (!_isHL) {
gc_try_unblocking ();
// TODO: Only supported in HXCPP 4.3
//gc_try_unblocking ();
}