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 auto-incrementing Task ID #30

Closed
KenSuenobu opened this issue May 11, 2018 · 1 comment
Closed

Implement auto-incrementing Task ID #30

KenSuenobu opened this issue May 11, 2018 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@KenSuenobu
Copy link
Owner

Task IDs can be auto-increment using an AtomicInteger or AtomicLong for the time being. This will come in use later when debugging/persistence of data is implemented.

@KenSuenobu KenSuenobu added the enhancement New feature or request label May 11, 2018
@KenSuenobu KenSuenobu added this to the 0.1.0 milestone May 11, 2018
@KenSuenobu KenSuenobu changed the title Implement task ID Implement auto-incrementing task ID May 11, 2018
@KenSuenobu KenSuenobu changed the title Implement auto-incrementing task ID Implement auto-incrementing Task ID May 11, 2018
@KenSuenobu
Copy link
Owner Author

Work completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant