403016605 / retlang

Automatically exported from code.google.com/p/retlang
0 stars 0 forks source link

Need a scheduler that is not tied to the wall clock #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When writing simulation code, you need to control the simulation time 
separately from the wall clock.  A simulation needs to pause and resume all 
processing.

If the scheduler could be set up to allow that functionality, I could simply 
use the SubscribeToBatch() feature.

Original issue reported on code.google.com by blorit...@gmail.com on 22 Mar 2011 at 5:25

GoogleCodeExporter commented 8 years ago
Have you tried using the StubFiber?  It is designed with deterministic testing 
in mind.

Original comment by graham.m...@gmail.com on 22 Mar 2011 at 6:55

GoogleCodeExporter commented 8 years ago
I am going to close this on account of being able to use the StubFiber.

Original comment by graham.m...@gmail.com on 17 Apr 2011 at 5:16