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

Add timer example from 7gui #284

Merged
merged 1 commit into from
Jan 21, 2024
Merged

Add timer example from 7gui #284

merged 1 commit into from
Jan 21, 2024

Conversation

sudormrfbin
Copy link
Contributor

This is an example timer app, as described in task 4 of 7gui tasks.

Timer deals with concurrency in the sense that a timer process that updates the elapsed time runs concurrently to the user’s interactions with the GUI application. This also means that the solution to competing user and signal interactions is tested. The fact that slider adjustments must be reflected immediately moreover tests the responsiveness of the solution. A good solution will make it clear that the signal is a timer tick and, as always, has not much scaffolding.

timer

@dzhou121 dzhou121 merged commit 651b1de into lapce:main Jan 21, 2024
7 checks passed
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 this pull request may close these issues.

2 participants