Y wcfs: multiprocessing: Allow SubProcess to be used with plain functions directly
Sometimes it is useful to run just f(*argv, **kw) instead of f(cin, cout, *argv, **kw). For example for upcoming `wcfs status` we will need to run os.stat(".wcfs/zurl") and similar things. Add low-level flag-parameter to omit passing cin and cout to the called function.
Showing
Please register or sign in to comment