move code around and rename thread; no functional changes
This commit is contained in:
parent
d068ec79ff
commit
fabb0c50b7
10 changed files with 130 additions and 122 deletions
|
@ -5,14 +5,14 @@
|
|||
- Licensed under the GNU GPL version 3 or higher.
|
||||
-}
|
||||
|
||||
module Assistant.Types.RemoteProblem where
|
||||
module Assistant.Types.RepoProblem where
|
||||
|
||||
import Types
|
||||
import Utility.TList
|
||||
|
||||
import Control.Concurrent.STM
|
||||
|
||||
type RemoteProblemChan = TList Remote
|
||||
type RepoProblemChan = TList UUID
|
||||
|
||||
newRemoteProblemChan :: IO RemoteProblemChan
|
||||
newRemoteProblemChan = atomically newTList
|
||||
newRepoProblemChan :: IO RepoProblemChan
|
||||
newRepoProblemChan = atomically newTList
|
Loading…
Add table
Add a link
Reference in a new issue