Abstract
Base class for worker scripts Handles all message passing - users only need to implement executeTask
Protected
Execute the actual task - users must implement this
Input data for the task
Promise or direct result
Base class for worker scripts Handles all message passing - users only need to implement executeTask