kyleconroy / lua-state-machine

A finite state machine lua micro framework
MIT License
345 stars 66 forks source link

'Asynchronous State Transitions' hasn't been implemented yet? #17

Closed padicao2010 closed 8 years ago

padicao2010 commented 8 years ago

I check the source code, and can't find anything about 'Asynchronous State Transitions'.

No machine.ASYNC, no machine.transition.

Readme is cheating me.

kyleconroy commented 8 years ago

see https://github.com/kyleconroy/lua-state-machine/pull/19

kyleconroy commented 8 years ago

Now it's merged \o/