Hello,
I have experience with Akka in production and Pykka in hobby work and I'm now taking a look at Thespian.
I'm trying to write an Actor that emits a "pulse" every three seconds and I'm trying to use wakeupAfter to do it. It does not appear to do anything, or of course I'm using it wrong. Also, it seems like there should be a "run forever" concept in the main line? I can't find anything so I'm using Event.wait() to keep it from exiting right away.
What would you expect as output from the attached program?
I get this:
got Start message
waiting for 3 seconds
Again, I don't see a WakeupMessage anywhere.
Thanks for the help!
/Daryl