hello,
I'm trying to get a handle on the new Fiber
class in Ruby 1.9 and I read that one of the more common applications for Fibers
(and coroutines) is in state machines.
Unfortunately my Fiber
-fu isn't up to much, so I was hoping one of you could show me a simple statemachine example in Ruby using Fiber
s
thanks :)