cx icon indicating copy to clipboard operation
cx copied to clipboard

CX Channels

Open kenje4090 opened this issue 3 years ago • 0 comments

Make a library for using channels for atomic types and structs; that does not use built-in programming language features. but which treats channels like API, such as checking if there are elements, pushing an element, grabbing an element, check if the element is in the channel, block until element, etc

kenje4090 avatar Dec 27 '21 07:12 kenje4090