library os: StartProcess/Wait

This commit is contained in:
xushiwei
2024-07-18 22:27:00 +08:00
parent c248a50338
commit a8e1fd1054
4 changed files with 24 additions and 4 deletions

View File

@@ -7,5 +7,6 @@
package runtime
func SetFinalizer(obj any, finalizer any) {
panic("todo: runtime.SetFinalizer")
// TODO(xsw):
// panic("todo: runtime.SetFinalizer")
}