You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{vStream::MVarTransport--^ Mutex on handle, so only one thread at a time can write to it
90
-
, responseQueue::Chan (MVar (EitherIOErrorResponse)) --^ Queue of threads waiting for responses. Every time a response arrive we pop the next thread and give it the response.
91
+
, responseQueue::TChan (MVar (EitherIOErrorResponse)) --^ Queue of threads waiting for responses. Every time a response arrive we pop the next thread and give it the response.
91
92
, listenThread::ThreadId
92
93
, finished::MVar()
93
94
, serverData::ServerData
@@ -106,14 +107,14 @@ data ServerData = ServerData
0 commit comments