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

NonblockRenderer<T> & NonblockActionRenderer<T> #1402

Closed
dahlia opened this issue Jul 26, 2021 · 0 comments · Fixed by #1422
Closed

NonblockRenderer<T> & NonblockActionRenderer<T> #1402

dahlia opened this issue Jul 26, 2021 · 0 comments · Fixed by #1422
Assignees

Comments

@dahlia
Copy link
Contributor

dahlia commented Jul 26, 2021

Currently BlockChain<T> and Swarm<T> wait for registered renderers to get their jobs done for every render event. These render calls can be nonblocking if there is a renderer decorator which maintains its own background thread and a queue/channel to communicate between the main thread and the background thread.

@dahlia dahlia self-assigned this Jul 26, 2021
dahlia added a commit to dahlia/libplanet that referenced this issue Aug 3, 2021
dahlia added a commit to dahlia/libplanet that referenced this issue Aug 3, 2021
@dahlia dahlia linked a pull request Aug 3, 2021 that will close this issue
dahlia added a commit to dahlia/libplanet that referenced this issue Aug 3, 2021
dahlia added a commit to dahlia/libplanet that referenced this issue Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant