Commit 1428893
committed
Inherifromrm Async Actor, Track if the Iterator is running, first draft of library documentation
- �The Iterator Actor now inherits from Async Actors, this allows removing the Actor Core method and all the event refnums used to communicate with it and replacing it with an Async method that will send the iteration commands. The "Start Iteration" method then just starts such Async method (Closes #1)
- Added an internal flag, called "Iterating" indicating that the iterator is running. If the flag is true and we start an iteration we should do nothing. If we try to stop an Iterator that is not running we should do nothing. See #2
- Added the first draft of library documentation see #51 parent 82d0c40 commit 1428893
File tree
33 files changed
+288
-145
lines changed- Abstract Iterator Actor Messages
- Acknowledge Itetations End Msg
- Iterator Msg
- Abstract Iterator Actor
- Examples
- Example Actor/Example Actor
- Example Iterator NR Actor Explicit Iteration/Example Actor
- Example Iterator NR Actor/Example Actor
- Iterator Actor
- Iterator Actor
- Iterator NR Actor
- Iterator NR Actor Folder
- Iterator NR Actor Messages/Iteration Msg
33 files changed
+288
-145
lines changedLines changed: 49 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 49 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments