2016-09-09 16:57:42 +00:00
|
|
|
{- Copyright 2016 Joey Hess <id@joeyh.name>
|
|
|
|
-
|
2019-03-13 19:48:14 +00:00
|
|
|
- Licensed under the GNU AGPL version 3 or higher.
|
2016-09-09 16:57:42 +00:00
|
|
|
-}
|
|
|
|
|
|
|
|
module Types.Concurrency where
|
|
|
|
|
|
|
|
data Concurrency = NonConcurrent | Concurrent Int
|