The WebSocket module produces a thread job, decorated with the type `WebSocket.ThreadJob` A more specific type should be given to servers and clients: * [x] #92 * [x] #93 Additionally, some functionality should be shared across both job types * [x] #91 * [x] #98 * [x] #99 * [x] #100
The WebSocket module produces a thread job, decorated with the type
WebSocket.ThreadJobA more specific type should be given to servers and clients:
WebSocket.Client.ThreadJobpseudotype #92WebSocket.Server.ThreadJobpseudotype #93Additionally, some functionality should be shared across both job types
WebSocket.ThreadJobformatting #91WebSocket.ThreadJob.Pop()should pop the first output from a job #98WebSocket.ThreadJob.Clear()should clear output #99WebSocket.ThreadJob.Receive()should receive job output #100