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

Make API accessible safely asynchronously #173

Open
cjburkey01 opened this issue Feb 3, 2021 · 0 comments · May be fixed by #172
Open

Make API accessible safely asynchronously #173

cjburkey01 opened this issue Feb 3, 2021 · 0 comments · May be fixed by #172
Assignees
Labels
enhancement Suggested change to the plugin
Milestone

Comments

@cjburkey01
Copy link
Owner

cjburkey01 commented Feb 3, 2021

For plugins like Regionerator, accessing ClaimChunk's API synchronously can decrease efficiency heavily. The public API for ClaimChunk should be accessible from other threads quickly; for most intents and purposes, I think updating most collections to their corresponding Collections.synchronizedCollection wrappers should suffice.

@cjburkey01 cjburkey01 added the enhancement Suggested change to the plugin label Feb 3, 2021
@cjburkey01 cjburkey01 added this to the 0.1.0 milestone Feb 3, 2021
@cjburkey01 cjburkey01 self-assigned this Feb 3, 2021
@cjburkey01 cjburkey01 linked a pull request Feb 3, 2021 that will close this issue
5 tasks
@cjburkey01 cjburkey01 added this to To do in Fix Public API Aug 8, 2021
@cjburkey01 cjburkey01 linked a pull request Aug 31, 2021 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Suggested change to the plugin
Projects
Development

Successfully merging a pull request may close this issue.

1 participant