Skip to content

Non forking function capture

AdminXVII requested to merge AdminXVII/ion:non-forking-function-capture into master

Use the default stdios patch to avoid forking and then waiting for the fork to exit. Instead, execute the function in foreground, setting stdios where appropriate.

Merge request reports