Closed JordanMartinez closed 3 years ago
Recipe Name
ParallelAppMExample
Recipe Description
Demonstrates how to use parSequence/parTraverse and how to define a Parallel instance for a ReaderT r Aff-based AppM
parSequence
parTraverse
Parallel
ReaderT r Aff
AppM
This has already been implemented here: https://github.com/purescript/purescript-parallel/pull/31 It just needs to be ported to the cookbook repo.
Recipe Name
Recipe Description
Demonstrates how to use
parSequence
/parTraverse
and how to define aParallel
instance for aReaderT r Aff
-basedAppM
This has already been implemented here: https://github.com/purescript/purescript-parallel/pull/31 It just needs to be ported to the cookbook repo.