configurable trans-membrance hostcall blocklist
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# shell_spawn
|
||||
|
||||
```cpp
|
||||
u64 shell_spawn(DValue spec)
|
||||
```
|
||||
|
||||
Starts a bounded background shell job and returns a job id. `spec` fields: `cmd`, optional `stdin`, optional `env` map, optional `timeout_ms`.
|
||||
|
||||
Use `job_status()`, `job_await()`, `job_result()`, or `job_cancel()` with the returned id.
|
||||
Reference in New Issue
Block a user