Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signal queueing mechanism #13

Open
sclasen opened this issue Feb 27, 2015 · 0 comments
Open

Signal queueing mechanism #13

sclasen opened this issue Feb 27, 2015 · 0 comments

Comments

@sclasen
Copy link
Owner

sclasen commented Feb 27, 2015

provide a managed data structure accessible from the fsm context that allows you to defer handling a signal until you are in a latter state (or later portion of a composed decider)

/cc @fabiokung @dgouldin

//enqueue a signal you want to handle later
ctx.Enqeue("SignalName", input)

var signals []interface{} //provide typed mechanism
signals = ctx.Queue("SignalName")

//composed decider variant
fsm.QueueSignal("SomeSignalName")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant