Copyright | (c) 2018 Francisco Vallarino |
---|---|
License | BSD-3-Clause (see the LICENSE file) |
Maintainer | fjvallarino@gmail.com |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Handles the lifecycle and reporting of generated events of WidgetTasks (single message) and Producers (multiple messages).
Synopsis
- handleWidgetTasks :: MonomerM s e m => WidgetEnv s e -> WidgetNode s e -> m (HandlerStep s e)
Documentation
:: MonomerM s e m | |
=> WidgetEnv s e | The widget environment. |
-> WidgetNode s e | The widget root. |
-> m (HandlerStep s e) | The updated Monomer.Main.Handlers.HandlerStep. |
Checks the status and collects results of active tasks.