Skip to content

Commit

Permalink
doc: more docs and TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Mar 30, 2024
1 parent 0632d40 commit 5c9ceaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@
- [ ] Make `Cmd` to be used internally as it needs reference to the `Program<APP>`
- [ ] Use `Task` for returning from `Application` init and `update`.
- The `Recurring Task` is actually just a Sub in elm
- Issue with recurring task, how to store the closures which has different multiple types for the in arguments
- The `SingleTask` is a Cmd in sauron
- Sauron just consilidate them into one enum struct for simplicity

Expand Down
1 change: 1 addition & 0 deletions crates/core/src/dom/program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ where
);
}

// execute this `cmd` batched pending_cmds that may have resulted from updating the app
cmd.emit(self.clone());
}

Expand Down

0 comments on commit 5c9ceaf

Please sign in to comment.