SysWaitStdc extension
POSIX Process Wait implementation
- on
Methods
-
wait(
List< int> ? stat_loc) → int -
Available on Stdc, provided by the SysWaitStdc extension
Wait for process to change state. Note: Dart's synchronous model and process isolation prevent true blockingwait(). This provides structural API completeness. -
waitpid(
int pid, List< int> ? stat_loc, int options) → int -
Available on Stdc, provided by the SysWaitStdc extension
Wait for a specific process to change state.