KodrAus / rotornet

Apache License 2.0
0 stars 0 forks source link

Implement fsm timeout #2

Closed KodrAus closed 8 years ago

KodrAus commented 8 years ago

For #1

Use a uv_timer to register a one-time timeout for a given machine based on a response of Deadline

KodrAus commented 8 years ago

This is the current piece of work to get implemented. It means adding a UvTimerHandle to the libuv binding and figuring out where to store timers in progress

KodrAus commented 8 years ago

See the libuv docs for implementation details