Skip to content

Commit

Permalink
cleaning up notes
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichWeinmann committed Nov 5, 2023
1 parent 9b8a1a1 commit 1225600
Showing 1 changed file with 1 addition and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,4 @@ $dis2 | Start-PSFRunspaceDispatcher

$dis2 | Get-PSFRunspaceWorker

$dis2 | Remove-PSFRunspaceDispatcher

<#
TODO: Open Dev Items
- Queues:
- Should allow adding multiple values at once [Done]
- Output Count: Not Threadsafe after all [Done]
- Worker:
- Should have a "MaxItems" property, to prevent endless circling when done [Done]
- Should have a way to match a closed inqueue against its total processed items to know when to self-terminate [Done]
- Should have a "CloseOutQueue" property, to have the last worker runspace close out the output queue when done. [Done]
- Should have a public Dispatcher property [Done]
- Dispatcher
- Should ToString() to its name [Done]
#>
$dis2 | Remove-PSFRunspaceDispatcher

0 comments on commit 1225600

Please sign in to comment.