Skip to content

Commit

Permalink
Merge pull request #277 from tanmaykm/tan/doc
Browse files Browse the repository at this point in the history
update doc on multiple `async_execute` behavior
  • Loading branch information
iamed2 authored Aug 18, 2023
2 parents 5c5720b + b803dc5 commit e39283e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/asyncresults.jl
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ All keyword arguments are the same as [`execute`](@ref) and are passed to the cr
`Result`.
Only one `AsyncResult` can be active on a [`Connection`](@ref) at once.
If multiple `AsyncResult`s use the same `Connection`, they will execute serially.
If multiple `AsyncResult`s use the same `Connection`, they will execute serially but
without any guarantee of order.
`async_execute` does not yet support [`Statement`](@ref)s.
Expand Down

0 comments on commit e39283e

Please sign in to comment.