At the moment there are no plans to extend the IPC capabilities of the package beyond starting background tasks. Communication between threads are done using bidirectional local sockets between them.
Background tasks should simply return from the entry function when they end. Programmer should not assume shared memory between parent process and/or background tasks.
call | level | summary |
---|---|---|
P_bgtask_create | low | create a new background task |