-
Notifications
You must be signed in to change notification settings - Fork 263
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
Thread less autoupdate #1018
Thread less autoupdate #1018
Conversation
If my understanding is correct, Based on that premise, I implemented it as follows. https://github.com/khibino/wai/tree/extend-thread-less |
Considering exporting the combination of On the other hand, while "thread-less" eliminates the thread leak problem when stopping auto-update midway, |
@khibino I cherry-picked your commits. |
Yes. I think that's good. |
@khibino The current implementation cannot be built on Windows because |
@khibino I will use the old implementation for Windows. |
Windows does not provide GHC.Event, sigh.
@khibino CI passes. Would you give one more look? |
Merged and released. |
informative link: |
@khibino I'm trying to merge your version of
AutoUpdate
.mkClosableAutoUpdate
? (AutoUpdate
orInternal
?)mkAutoUpdateWithModify
, too?