We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98bb7c0 commit c9a4eb8Copy full SHA for c9a4eb8
Types/WebSocket.ThreadJob/Pop.ps1
@@ -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