- 19 Nov, 2012 4 commits
-
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-
- 17 Nov, 2012 1 commit
-
-
Stefan Scherfke authored
-
- 11 Nov, 2012 1 commit
-
-
Stefan Scherfke authored
-
- 10 Nov, 2012 6 commits
-
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-
Stefan Scherfke authored
Accidentally deleted Environment.event() in the last merge. Re-added it. Also renamed Event to BaseEvent and created a new class Event with a succeed() and fail() method, that can be used e.g. by resources.
-
- 09 Nov, 2012 1 commit
-
-
Stefan Scherfke authored
Merged my last changes with Ontjes. Only checked that test_single_processes and test_interrupts are passing. Everything else will follow later.
-
- 08 Nov, 2012 1 commit
-
-
Stefan Scherfke authored
-
- 06 Nov, 2012 2 commits
-
-
Ontje Lünsdorf authored
-
Ontje Lünsdorf authored
A simulation basically steps from one event to another and thereby resume any targets of the events. Move the process code into a method of the Process class because it actually resumes a process.
-
- 04 Nov, 2012 2 commits
-
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-
- 29 Oct, 2012 6 commits
-
-
Stefan Scherfke authored
-
Stefan Scherfke authored
A test for the case where a process receives an interrupt and another process that the first one is waiting for raises an error at the same time.
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-
Stefan Scherfke authored
Removed the "at" and "delay" parameters from Environment.start, because they caused some unnessary trouble. Instead, added util.start_delayed() that starts a process with a given delay. Also fixed most test cases (except for resources).
-
- 25 Oct, 2012 3 commits
-
-
Stefan Scherfke authored
-
Stefan Scherfke authored
Changed a lot of internals. "Everything is an event" now, even processes. Also removed suspend() and resume().
-
Stefan Scherfke authored
-
- 24 Oct, 2012 4 commits
-
-
Ontje Lünsdorf authored
-
Ontje Lünsdorf authored
Raise unhandled exceptions directly so that the stackframe of process does not clobber the stacktrace.
-
Ontje Lünsdorf authored
-
Ontje Lünsdorf authored
-
- 23 Oct, 2012 4 commits
-
-
Ontje Lünsdorf authored
-
Ontje Lünsdorf authored
-
Ontje Lünsdorf authored
-
Ontje Lünsdorf authored
-
- 22 Oct, 2012 5 commits
-
-
Stefan Scherfke authored
Renamed Process._next_event to Process._target, because it is not really it’s next event but rather the event that it aims to receive.
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-