We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a new Data.Task library based on Siren's cancellable tasks (https://github.com/siren-lang/siren/blob/master/runtime/src/Concurrency.siren).
See folktale/data.task#35 (comment) for details
The text was updated successfully, but these errors were encountered:
@robotlolita does it mean the Task part is same as current implementation? If, so it just need Future and Task Execution, right?
Sorry, something went wrong.
@syaiful6 it's very similar, but the resource handling and cancellation bring in some differences.
The effort to explain turned out to be more than the effort to implement it, so I just started a new branch and implemented it (https://github.com/origamitower/folktale/blob/patch/data.task/src/data/task/core.js). I should finish the rest of the operations later this week.
robotlolita
Successfully merging a pull request may close this issue.
Implement a new Data.Task library based on Siren's cancellable tasks (https://github.com/siren-lang/siren/blob/master/runtime/src/Concurrency.siren).
See folktale/data.task#35 (comment) for details
The text was updated successfully, but these errors were encountered: