Commit Graph

1 Commits

Author SHA1 Message Date
Dario Vladović
5118fb6561 feat: add Process.pid and Process.ppid foreign static methods to os module
Implement uv_os_getpid() and uv_os_getppid() bindings in process.c, register them in the CLI module table, expose as foreign statics in os.wren, and add a test suite verifying both return positive integers with pid greater than ppid.
2021-04-28 21:51:23 +00:00