Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Do I have to migrate? #44

Open
mweichert opened this issue Aug 27, 2018 · 1 comment
Open

Do I have to migrate? #44

mweichert opened this issue Aug 27, 2018 · 1 comment

Comments

@mweichert
Copy link

Hi there,

I love the interface and features of this implementation of Task. In particular, the ability to run tasks concurrently using ap() is fantastic.

May I continue to use this library and will it be maintained, or must I migrate to folktale/concurrency/task? With folktale v2, I loose the ability to chain/ap concurrently.

Thanks,
Mike

@robotlolita
Copy link
Member

Folktale 1 may receive some bug fixes if they're important, but won't get any new features/etc.

I'd recommend against using data.task's ap and chain together, though, since they're not compatible (see origamitower/folktale#50 (comment) for details). The new library will eventually have separate types for sequential and parallel tasks, but you can construct a parallel type for task with concurrify today: https://github.com/fluture-js/concurrify

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants