Opened 17 years ago
Closed 17 years ago
#3 closed enhancement (fixed)
Create a modal control flow mechanism to eliminate adhoc state machines
Reported by: | Slava Akhmechet | Owned by: | Slava Akhmechet |
---|---|---|---|
Priority: | medium | Milestone: | 0.1 |
Component: | weblocks | Version: | pre-0.1 |
Keywords: | continuations coroutines control flow state machine | Cc: |
Description
Currently control flow is managed by creating adhoc state machines throughout widgets. A system needs to be designed that allows managing control flow more effectively. Coroutines seem like a perfect candidate for the job (as an alternative for full-blown continuations).
Change History (2)
comment:1 Changed 17 years ago by
Priority: | high → medium |
---|
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed with support from cl-cont library.