Create a service for the specific worker
Create a new function declaration
Actual name of the function. Might be changed by the service to avoid name clashes
OptionalmoduleName: stringPromise resolving to the created function declaration
Get a list of available variables
Get a function description from its reference
the function reference
Promise resolving to the function description or undefined if not found
returns a reply promise to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns a reply promise for the requested message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the requested message
The type of message being sent
Optionaldata: anyThe message data
Service for interacting with functions