Skip to content
New issue

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 Data.Task #17

Closed
robotlolita opened this issue Jun 11, 2016 · 2 comments · Fixed by #50
Closed

Implement Data.Task #17

robotlolita opened this issue Jun 11, 2016 · 2 comments · Fixed by #50
Assignees
Milestone

Comments

@robotlolita
Copy link
Member

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

@syaiful6
Copy link

syaiful6 commented Sep 1, 2016

@robotlolita does it mean the Task part is same as current implementation? If, so it just need Future and Task Execution, right?

@robotlolita robotlolita self-assigned this Sep 4, 2016
@robotlolita
Copy link
Member Author

robotlolita commented Sep 4, 2016

@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.

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

Successfully merging a pull request may close this issue.

2 participants