python-csp icon indicating copy to clipboard operation
python-csp copied to clipboard

python-csp provides python with communicating sequential processes style parallelism

Results 19 python-csp issues
Sort by recently updated
recently updated
newest added

`select` seems to immediately select a timer guard with an alarm set, at least where only one guard is in the guard list.

bug

From the old Google Code repo: _Reported by project member [email protected], Jul 23, 2010_ Currently, the output of the tests is extensive but doesn't make clear whether the output is...

bug

From old Google Code repo: _Reported by project member j.g.metcalfe, Jul 23, 2010_ Tutorial Page 1 first server processes example, `integers()` function _What is the expected output? What do you...

bug

Moved from old Google Code repository: Ensure readset / writeset checks work with ALTs and sequences of channels. Add checks for: - `@process` / `@forever` not used on a method...

enhancement

These would be useful for discrete even simulation in particular. See: Jon Kerridge, Peter Welch, David Wood, "Synchronisation Primitives for Highly Parallel Discrete Event Simulations," Hawaii International Conference on System...

enhancement

Network channels are channels which talk over a socket, or some suitable mechanism which can transfer data between different hosts. These are common in other CSP libraries such as JCSP...

Moved over from old Google Code repo: Check code for naming consistency _Comment 1 by project member samwilson001, Jul 21, 2009_ Consistent name in Java Code has been Completed _Comment...

bug
jython

Moved from old Google Code repo: Create tutorial on the wiki _Comment 3 by project member mount.sarah, Apr 25, 2010_ Major tutorial started; needs to be finished and integrated with...

Copied over from Google Code issues list: - Run csptracer over any non-trivial test script - Borks due to incorrect use of stack frames and other objects _Comment 1 by...