issues
search
brinkar
/
rubycsp
CSP (Communicating Sequential Processes) library for Ruby
8
stars
0
forks
source link
API clean-up
#15
Open
brinkar
opened
15 years ago
brinkar
commented
15 years ago
Clean up the framework.
brinkar
commented
15 years ago
Rename Map. CSP::System maybe?
Get rid of CSP::Alternation::List
Could CSP::Process inherit Fiber?
Should CSP::Channel inherit Queue?
Figure out what to do with the channel input and output names, which is really confusing currently.
brinkar
commented
15 years ago
Make CSP::Process the process definition (that can be subclassed), and create some other class for holding a Process 'instance'.
brinkar
commented
15 years ago
Should some of the blocks be run in a context class to avoid the block parameter?
Clean up the framework.