Skip to content

Commit 5745a7d

Browse files
committed
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

+2-1
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)