Skip to content

Commit 5e63db3

Browse files
author
electricessence
authored
Update README.md
1 parent a3b57b6 commit 5e63db3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ Synchronously queries (pulls all the data). Returns a `QueryResult<Queue<object
5959

6060
#### `AsSourceBlockAsync<T>()`
6161

62-
Retuns a Dataflow source block. Then asynchronously buffers and transforms the results allowing for any possible Dataflow configuration. The source block is marked as complete when there are no more results. If the block is somehow marked as complete externally, the flow of data will stop and the connection will close.
62+
(Fully asynchronous.) Retuns a Dataflow source block. Then asynchronously buffers and transforms the results allowing for any possible Dataflow configuration. The source block is marked as complete when there are no more results. If the block is somehow marked as complete externally, the flow of data will stop and the connection will close.

0 commit comments

Comments
 (0)