rbrewer123 / pycsp

Automatically exported from code.google.com/p/pycsp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mix and match process types

rbrewer123 opened this issue · comments

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.