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

update doc on multiple async_execute behavior #277

Merged
merged 1 commit into from
Aug 18, 2023

Commits on Aug 17, 2023

  1. update doc on multiple async_execute behavior

    From what it appears, the order of execution when multiple `async_execute` operations are invoked with the same `Connection` is probably not guaranteed. It relies on the task schedule and locking behavior [here](https://github.com/iamed2/LibPQ.jl/blob/2c0547daef005e160aa60cb529d4969a670befbc/src/asyncresults.jl#L270).
    
    It probably needs non trivial changes to guarantee an order there. Until then it will be good to update the docs with this fact.
    tanmaykm committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b803dc5 View commit details
    Browse the repository at this point in the history