Skip to content

Commit e39283e

Browse files
authored
Merge pull request #277 from tanmaykm/tan/doc
update doc on multiple `async_execute` behavior
2 parents 5c5720b + b803dc5 commit e39283e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/asyncresults.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ All keyword arguments are the same as [`execute`](@ref) and are passed to the cr
201201
`Result`.
202202
203203
Only one `AsyncResult` can be active on a [`Connection`](@ref) at once.
204-
If multiple `AsyncResult`s use the same `Connection`, they will execute serially.
204+
If multiple `AsyncResult`s use the same `Connection`, they will execute serially but
205+
without any guarantee of order.
205206
206207
`async_execute` does not yet support [`Statement`](@ref)s.
207208

0 commit comments

Comments
 (0)