Skip to content

Commit 1428893

Browse files
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 #5
1 parent 82d0c40 commit 1428893

File tree

33 files changed

+288
-145
lines changed

33 files changed

+288
-145
lines changed

Abstract Iterator Actor Messages/Acknowledge Itetations End Msg/Acknowledge Itetations End Msg.lvclass

Lines changed: 49 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
17.7 KB
Binary file not shown.

Abstract Iterator Actor Messages/Iterator Msg/Iterator Msg.lvclass

Lines changed: 49 additions & 0 deletions
Large diffs are not rendered by default.
22.2 KB
Binary file not shown.

Abstract Iterator Actor/Abstract Iterator Actor.lvclass

Lines changed: 31 additions & 21 deletions
Large diffs are not rendered by default.
15.3 KB
Binary file not shown.
-31.2 KB
Binary file not shown.
24.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)