From 426ace3a013e7bc779686689d41f011178a26cc6 Mon Sep 17 00:00:00 2001 From: gdamore Date: Thu, 9 Oct 2025 01:32:01 +0000 Subject: deploy: 86b4524b10b6e9eace01374ce138f8db81c6f3b9 --- ref/api/stream.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ref/api/stream.html') diff --git a/ref/api/stream.html b/ref/api/stream.html index fd8de778..e0ddb068 100644 --- a/ref/api/stream.html +++ b/ref/api/stream.html @@ -277,7 +277,7 @@ void nng_stream_recv(nng_stream *s, nng_aio *aio);

The nng_stream_send function starts sending data asynchronously over the stream s. The data is sent from the scatter/gather vector located in the nng_aio aio, which must have been previously set using nng_aio_set_iov.

-

The nng_stream_recv function starts receiving data [asynchronously over the stream s +

The nng_stream_recv function starts receiving data asynchronously over the stream s into the scatter/gather vector located in the nng_aio aio, which must have been previously set using nng_aio_set_iov.

These functions return immediately, with no return value. -- cgit v1.2.3-70-g09d2