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.
2 parents 3adef8f + 5d657b6 commit 5745a7dCopy full SHA for 5745a7d
ghcide/src/Development/IDE/Core/WorkerThread.hs
@@ -1,6 +1,7 @@
1
{-
2
Module : Development.IDE.Core.WorkerThread
3
Author : @soulomoon
4
+SPDX-License-Identifier: Apache-2.0
5
6
Description : This module provides an API for managing worker threads in the IDE.
7
see Note [Serializing runs in separate thread]
@@ -9,7 +10,7 @@ module Development.IDE.Core.WorkerThread
9
10
(withWorkerQueue, awaitRunInThread, withWorkerQueueOfOne, WorkerQueue, writeWorkerQueue)
11
where
12
-import Control.Concurrent.Async
13
+import Control.Concurrent.Async (withAsync)
14
import Control.Concurrent.STM
15
import Control.Concurrent.Strict (newBarrier, signalBarrier,
16
waitBarrier)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments