We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c5720b + b803dc5 commit e39283eCopy full SHA for e39283e
src/asyncresults.jl
@@ -201,7 +201,8 @@ All keyword arguments are the same as [`execute`](@ref) and are passed to the cr
201
`Result`.
202
203
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.
+If multiple `AsyncResult`s use the same `Connection`, they will execute serially but
205
+without any guarantee of order.
206
207
`async_execute` does not yet support [`Statement`](@ref)s.
208
0 commit comments