11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
# job_await
|
|
|
|
|
|
Waits up to `timeout_ms` for a job to finish, then returns status/result data. The wait is always bounded and returns with `state=running` if the job is still active.
|
|
|
|
:see
|
|
>sys
|
|
|
|
:example
|
|
print("job_await example\n");
|