We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdba37 commit 442e776Copy full SHA for 442e776
ghcide/src/Development/IDE/Core/WorkerThread.hs
@@ -20,8 +20,6 @@ Originally we used various ways to implement this, but it was hard to maintain a
20
Moreover, we can not stop these threads uniformly when we are shutting down the server.
21
22
`Development.IDE.Core.WorkerThread` module provides a simple api to implement this easily.
23
-* `withWorkerQueue`: accepts an action to run in separate thread and returns a `TQueue` to send the actions to run.
24
-* `awaitRunInThread` : accepts a `TQueue` and an action to run in separate thread and waits for the result.
25
-}
26
27
-- | 'withWorkerQueue' creates a new 'TQueue', and launches a worker
0 commit comments