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
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