- Enclosing class:
- WorkerDataChannel
public static class WorkerDataChannel.WorkerResult
extends Object
This represents a worker result value. This is done as a value to be used in the
queues used for worker communication. In this way, the queue can distinguish the
case of a value not there when the peek, by returning null, and then, if they
return a WorkerResult, the value inside it can be either null or not to mention
Ballerina null value and non-null value.