File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -349,9 +349,8 @@ class basic_datagram_socket
349
349
350
350
// / Start an asynchronous send on a connected socket.
351
351
/* *
352
- * This function is used to send data on the datagram socket. The function
353
- * call will block until the data has been sent successfully or an error
354
- * occurs.
352
+ * This function is used to asynchronously send data on the datagram socket.
353
+ * The function call always returns immediately.
355
354
*
356
355
* @param buffers One or more data buffers to be sent on the socket. Although
357
356
* the buffers object may be copied as necessary, ownership of the underlying
Original file line number Diff line number Diff line change @@ -3842,7 +3842,7 @@ Start an asynchronous send on a connected socket.
3842
3842
WriteHandler handler);
3843
3843
3844
3844
3845
- This function is used to send data on the datagram socket. The function call will block until the data has been sent successfully or an error occurs .
3845
+ This function is used to asynchronously send data on the datagram socket. The function call always returns immediately .
3846
3846
3847
3847
3848
3848
[heading Parameters]
@@ -106159,4 +106159,4 @@ The initiating function (async\_read\_some in the above example) suspends the cu
106159
106159
[endsect]
106160
106160
106161
106161
106162
- [endsect]
106162
+ [endsect]
You can’t perform that action at this time.
0 commit comments