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