mix and match process types
rbrewer123 opened this issue · comments
Rob Brewer commented
Consider a revised implementation of this library where the CSP "processes" can be mixed and matched among greenlet, thread, local process, and remote process, all in the same program. Seems the current library only wants to deal with a single type of process for everything in the program, which limits flexibility.