Skip to content

Instantly share code, notes, and snippets.

@bketelsen
Created April 19, 2019 14:29
Show Gist options
  • Save bketelsen/28dc4dab0ae1590e320a7bfb8305ac66 to your computer and use it in GitHub Desktop.
Save bketelsen/28dc4dab0ae1590e320a7bfb8305ac66 to your computer and use it in GitHub Desktop.
const handlerFunc = fn (event: u32) i8;
fn registerHandler(func: handlerFunc, [more]) void {
}
export fn dispatchEvent(id: u32) !void {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment