Skip to content

Commit c9a4eb8

Browse files
author
James Brundage
committed
feat: WebSocket.ThreadJob.Pop ( Fixes #98 )
1 parent 98bb7c0 commit c9a4eb8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: Types/WebSocket.ThreadJob/Pop.ps1

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
param()
2+
3+
if ($this.Output.Count -gt 0) {
4+
$this.Output[0]
5+
$this.Output.RemoveAt(0)
6+
}

0 commit comments

Comments
 (0)