WorkerBuilder[Input: Any #send, Output: Any #send]¶ [Source] A WorkerBuilder is a factory for creating instances of Worker. interface ref WorkerBuilder[Input: Any #send, Output: Any #send] Public Functions¶ apply¶ [Source] Called when another worker is needed. fun ref apply() : Worker[Input, Output] iso^ Returns¶ Worker[Input, Output] iso^