Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
soulomoon committed Jun 8, 2024
2 parents 3adef8f + 5d657b6 commit 5745a7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ghcide/src/Development/IDE/Core/WorkerThread.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{-
Module : Development.IDE.Core.WorkerThread
Author : @soulomoon
SPDX-License-Identifier: Apache-2.0
Description : This module provides an API for managing worker threads in the IDE.
see Note [Serializing runs in separate thread]
Expand All @@ -9,7 +10,7 @@ module Development.IDE.Core.WorkerThread
(withWorkerQueue, awaitRunInThread, withWorkerQueueOfOne, WorkerQueue, writeWorkerQueue)
where

import Control.Concurrent.Async
import Control.Concurrent.Async (withAsync)
import Control.Concurrent.STM
import Control.Concurrent.Strict (newBarrier, signalBarrier,
waitBarrier)
Expand Down

0 comments on commit 5745a7d

Please sign in to comment.