murex icon indicating copy to clipboard operation
murex copied to clipboard

builtins do not support being suspended (while other processes do)

Open lmorg opened this issue 6 years ago • 0 comments

Currently there is code to handle suspending processes and a jobs function (albeit it's currently a murex function) but support hasn't been extended out to murex builtins - yet.

It shouldn't take much to get built ins to that stage but it may end up being a bit of a kludge where processes aren't stopped via SIGSTSP but rather "paused" via a channel (possible using context.Context?).

lmorg avatar Jan 09 '19 08:01 lmorg