Skip to content

Commit 442e776

Browse files
committed
Remove duplicated comment
1 parent 6bdba37 commit 442e776

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ghcide/src/Development/IDE/Core/WorkerThread.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Originally we used various ways to implement this, but it was hard to maintain a
2020
Moreover, we can not stop these threads uniformly when we are shutting down the server.
2121
2222
`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.
2523
-}
2624

2725
-- | 'withWorkerQueue' creates a new 'TQueue', and launches a worker

0 commit comments

Comments
 (0)