Add mock for _yield

This commit is contained in:
gingerBill
2022-05-06 10:59:55 +01:00
parent 96ab17ecfc
commit 6f20b5bb59

View File

@@ -19,3 +19,5 @@ _tick_now :: proc "contextless" () -> Tick {
return {}
}
_yield :: proc "contextless" () {
}