channel property

Channel? channel
getter/setter pair

A channel is an object used to send and receive messages between tasks. Preferably you should use StdChannel here.

Implementation

Channel? channel;