Currently the funit-child process is assumed for some AckProcess derivatives but not all. Sometimes it is unclear which processes are funit-child and which are not. Needs to have the funit-child processes on the bottom level as extensions to more generic AckProcesses. Ex. FunitChildAttached extends AttachedAckProcess.
Good point.
Created attachment 1525 [details] patch of funit class using has a relationship So with this sort of mentality it should be easy to add new funit-child derivatives (such as funit-thread) that can be started as daemons, detached processes and attached processes. Requires fairly big switch of everything over to this method. FunitChildDetached and FunitChildAttached to follow.
Created attachment 1526 [details] mylar/context/zip