Skip to content

Latest commit

 

History

History

Gadgetry.Channels

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Project icon Gadgetry.Channels

A channel represents the flow of data from one Gadget to another.

A gadget that utilises a producer and a consumer in order to aggregate data.

The producer gadget in this sample simply counts up to a value and writes to a channel every number in the sequence.

The producer gadget that counts up to 1,000 and writes all numbers in the sequence to the channel.

And finally, the consumer gadget will read from the input channel and average all of the values together.

The consumer gadget that reads all values from channel and outputs the average.