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

Task abstraction for async execution control unit #25

Open
joamag opened this issue Feb 19, 2018 · 0 comments
Open

Task abstraction for async execution control unit #25

joamag opened this issue Feb 19, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request p-medium Medium priority issue

Comments

@joamag
Copy link
Contributor

joamag commented Feb 19, 2018

Description

Sometimes it's important to have a proper abstraction for a working unit inside an abstraction system.

Having per example a DownloadTask that allows the downloading of an HTTP based asset and that properly notifies any listening handler should be the aim of this operation.

example

Implementation

Create the Task class abstraction and then use the websocket infra-structure to make Appier Admin control all of these tasks.

There should be some co-relation between this Task class and the Future class.

References

socket.io chat example

@joamag joamag added enhancement New feature or request p-medium Medium priority issue labels Feb 19, 2018
@joamag joamag self-assigned this Feb 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p-medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

1 participant