// SPDX-License-Identifier: Unlicense OR MIT #import #include "_cgo_export.h" void gio_runOnMain(uintptr_t h) { dispatch_async(dispatch_get_main_queue(), ^{ gio_runFunc(h); }); }