Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5745a7d

Browse files
merge
2 parents 3adef8f + 5d657b6 commit 5745a7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{-
22
Module : Development.IDE.Core.WorkerThread
33
Author : @soulomoon
4+
SPDX-License-Identifier: Apache-2.0
45
56
Description : This module provides an API for managing worker threads in the IDE.
67
see Note [Serializing runs in separate thread]
@@ -9,7 +10,7 @@ module Development.IDE.Core.WorkerThread
910
(withWorkerQueue, awaitRunInThread, withWorkerQueueOfOne, WorkerQueue, writeWorkerQueue)
1011
where
1112

12-
import Control.Concurrent.Async
13+
import Control.Concurrent.Async (withAsync)
1314
import Control.Concurrent.STM
1415
import Control.Concurrent.Strict (newBarrier, signalBarrier,
1516
waitBarrier)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /