skycoin / cx

A new programming language for blockchain.
Other
43 stars 48 forks source link

CX Channels #724

Open kenje4090 opened 2 years ago

kenje4090 commented 2 years ago

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