Functional structure scaffold
The release gives an idea into the structure and prototype working of the daemon. This release represents the following:
- Pseudo client-server system using ZMQ.
- Daemon dispatch and heartbeat.
- Decisively agnostic process for client-server function delegation.
- Pluggable backends for expanded reach and clear motive for developers.
- Structured flow and struct-based variant definitions.
- Functioning state storing and tracking for Firefox backend.
The following still remains to be done:
- Splitting of processes (chunking)
- Dynamic delegation and static thread registry
- Regressive process execution
- Premature thread termination with cleanup.
- Integration with godwit client.