Files
silver_pose/v2/vendor/gioui.org/app/os_darwin.m
T

12 lines
212 B
Objective-C
Raw Normal View History

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