skyrocket-original
skyrocket-original copied to clipboard
Implement standard interface within worker.
All workers will be provided with a standard interface to manage IO. This interface is the worker side parallel to #1 responsible for syncing interface properties defined with prop, executing functions defined with func , emitting events defined with event, and sending back events triggered with sendEvent.