-
Notifications
You must be signed in to change notification settings - Fork 28
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
Use Lwt.Syntax and avoid some >>= fun () patterns #197
Merged
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7d8751 - Browse repository at this point
Copy the full SHA c7d8751View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98506f5 - Browse repository at this point
Copy the full SHA 98506f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e179ee3 - Browse repository at this point
Copy the full SHA e179ee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad1afe9 - Browse repository at this point
Copy the full SHA ad1afe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dc5456 - Browse repository at this point
Copy the full SHA 3dc5456View commit details -
Use Ipaddr.V4.Map instead of our own IpMap (the first is available si…
…nce ipaddr.5.2.0)
Configuration menu - View commit details
-
Copy full SHA for a7cb153 - Browse repository at this point
Copy the full SHA a7cb153View commit details -
Replace the Lwt.async into the right context and localize the global …
…clients map We currently try to spawn 2 fibers [qubes_updated] and [listener] per clients and we already finalise them correctly if the client is disconnected. However, the Lwt.async is localized into add_client instead of where we attach a finalisers for these tasks. The first objective of this patch is to be sure that the Lwt.async is near where we registerd cancellation of these tasks. The second part is to localize the global clients to avoid the ability to read/write on it somewhere else. Only Dispatcher.watch_clients uses it - so it corresponds to a free variable of the Dispatcher.watch_clients closure.
Configuration menu - View commit details
-
Copy full SHA for 12ed2b2 - Browse repository at this point
Copy the full SHA 12ed2b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9156d58 - Browse repository at this point
Copy the full SHA 9156d58View commit details -
Configuration menu - View commit details
-
Copy full SHA for ceb712e - Browse repository at this point
Copy the full SHA ceb712eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1406855 - Browse repository at this point
Copy the full SHA 1406855View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.