File tree Expand file tree Collapse file tree 11 files changed +22
-0
lines changed
src/Streamly/Internal/Data Expand file tree Collapse file tree 11 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ {-# OPTIONS_GHC -Wno-deprecations #-}
2+
13-- |
24-- Module : Streamly.Internal.Data.Fold.Prelude
35-- Copyright : (c) 2022 Composewell Technologies
Original file line number Diff line number Diff line change 99--
1010--
1111module Streamly.Internal.Data.Fold.SVar
12+ {-# DEPRECATED "The functionality is moved to Fold.Concurrent" #-}
1213 (
1314 write
1415 , writeLimited
Original file line number Diff line number Diff line change 1+ {-# OPTIONS_GHC -Wno-deprecations #-}
2+
13-- |
24-- Module : Streamly.Internal.Data.SVar
35-- Copyright : (c) 2017 Composewell Technologies
Original file line number Diff line number Diff line change 1+ {-# OPTIONS_GHC -Wno-deprecations #-}
2+
13-- |
24-- Module : Streamly.Internal.Data.SVar.Dispatch
35-- Copyright : (c) 2017 Composewell Technologies
810--
911--
1012module Streamly.Internal.Data.SVar.Dispatch
13+ {-# DEPRECATED "The functionality is moved to Channel.*" #-}
1114 (
1215 -- * Latency collection
1316 collectLatency
Original file line number Diff line number Diff line change 1+ {-# OPTIONS_GHC -Wno-deprecations #-}
2+
13-- |
24-- Module : Streamly.Internal.Data.SVar.Pull
35-- Copyright : (c) 2017 Composewell Technologies
810--
911--
1012module Streamly.Internal.Data.SVar.Pull
13+ {-# DEPRECATED "The functionality is moved to Channel.*" #-}
1114 (
1215 -- * Read Output
1316 readOutputQBasic
Original file line number Diff line number Diff line change 1+ {-# OPTIONS_GHC -Wno-deprecations #-}
2+
13-- |
24-- Module : Streamly.Internal.Data.SVar.Worker
35-- Copyright : (c) 2017 Composewell Technologies
810--
911--
1012module Streamly.Internal.Data.SVar.Worker
13+ {-# DEPRECATED "The functionality is moved to Channel.*" #-}
1114 (
1215 -- * Adjusting Limits
1316 decrementYieldLimit
Original file line number Diff line number Diff line change 1+ {-# OPTIONS_GHC -Wno-deprecations #-}
2+
13-- |
24-- Module : Streamly.Internal.Data.Stream.SVar
35-- Copyright : (c) 2022 Composewell Technologies
Original file line number Diff line number Diff line change 1010-- Eliminate a stream by distributing it to multiple SVars concurrently.
1111--
1212module Streamly.Internal.Data.Stream.SVar.Eliminate
13+ {-# DEPRECATED "The functionality is moved to Channel.*" #-}
1314 (
1415 -- * Concurrent Function Application
1516 toSVarParallel
Original file line number Diff line number Diff line change 1818--
1919--
2020module Streamly.Internal.Data.Stream.SVar.Generate
21+ {-# DEPRECATED "SVar is replaced by Channel." #-}
2122 (
2223 -- * Write to SVar
2324 toSVar
Original file line number Diff line number Diff line change 1+ {-# OPTIONS_GHC -Wno-deprecations #-}
2+
13-- |
24-- Module : Streamly.Internal.Data.Unfold.Prelude
35-- Copyright : (c) 2022 Composewell Technologies
911module Streamly.Internal.Data.Unfold.Prelude
1012 (
1113 module Streamly.Internal.Data.Unfold.Exception
14+ -- * Deprecated
1215 , module Streamly.Internal.Data.Unfold.SVar
1316 )
1417where
You can’t perform that action at this time.
0 commit comments