@@ -34,22 +34,22 @@ NOTE: The callback _callb_ must not perform any blocking operations, and
34
34
must complete its execution quickly. If _callb_ does block, this can
35
35
lead ultimately to an apparent "hang" or deadlock in the application.
36
36
37
- Asynchronous I/O operations all take an `<< nng_aio.5#, nng_aio>>`
37
+ Asynchronous I/O operations all take an xref: nng_aio.5.adoc[` nng_aio`]
38
38
handle such as allocated by this function.
39
39
Such operations are usually started by a function that returns immediately.
40
40
The operation is then run asynchronously, and completes sometime later.
41
41
When that operation is complete, the callback supplied here is called,
42
42
and that callback is able to determine the result of the operation using
43
- `<< nng_aio_result.3#, nng_aio_result()>>` ,
44
- `<< nng_aio_count.3#, nng_aio_count()>>` ,
45
- and `<< nng_aio_get_output.3#, nng_aio_get_output()>>` .
43
+ xref: nng_aio_result.3.adoc[` nng_aio_result()`] ,
44
+ xref: nng_aio_count.3.adoc[` nng_aio_count()`] ,
45
+ and xref: nng_aio_get_output.3.adoc[` nng_aio_get_output()`] .
46
46
47
47
It is possible to wait synchronously for an otherwise asynchronous operation
48
- by using the function `<< nng_aio_wait.3#, nng_aio_wait()>>` .
48
+ by using the function xref: nng_aio_wait.3.adoc[` nng_aio_wait()`] .
49
49
In that case, it is permissible for _callb_ and _arg_ to both be `NULL`.
50
50
Note that if these are `NULL`, then it will not be possible to determine when the
51
51
operation is complete except by calling the aforementioned
52
- `<< nng_aio_wait.3#, nng_aio_wait()>>` .
52
+ xref: nng_aio_wait.3.adoc[` nng_aio_wait()`] .
53
53
54
54
== RETURN VALUES
55
55
@@ -63,20 +63,20 @@ This function returns 0 on success, and non-zero otherwise.
63
63
== SEE ALSO
64
64
65
65
[.text-left]
66
- << nng_aio_abort.3#, nng_aio_abort(3)>> ,
67
- << nng_aio_cancel.3#, nng_aio_cancel(3)>> ,
68
- << nng_aio_count.3#, nng_aio_count(3)>> ,
69
- << nng_aio_free.3#, nng_aio_free(3)>> ,
70
- << nng_aio_get_input.3#, nng_aio_get_input(3)>> ,
71
- << nng_aio_get_msg.3#, nng_aio_get_msg(3)>> ,
72
- << nng_aio_get_output.3#, nng_aio_get_output(3)>> ,
73
- << nng_aio_result.3#, nng_aio_result(3)>> ,
74
- << nng_aio_set_input.3#, nng_aio_set_input(3)>> ,
75
- << nng_aio_set_iov.3#, nng_aio_set_iov(3)>> ,
76
- << nng_aio_set_msg.3#, nng_aio_set_msg(3)>> ,
77
- << nng_aio_set_timeout.3#, nng_aio_set_timeout(3)>> ,
78
- << nng_aio_stop.3#, nng_aio_stop(3)>> ,
79
- << nng_aio_wait.3#, nng_aio_wait(3)>> ,
80
- << nng_strerror.3#, nng_strerror(3)>> ,
81
- << nng_aio.5#, nng_aio(5)>> ,
82
- << nng.7#, nng(7)>>
66
+ xref: nng_aio_abort.3.adoc[ nng_aio_abort(3)] ,
67
+ xref: nng_aio_cancel.3.adoc[ nng_aio_cancel(3)] ,
68
+ xref: nng_aio_count.3.adoc[ nng_aio_count(3)] ,
69
+ xref: nng_aio_free.3.adoc[ nng_aio_free(3)] ,
70
+ xref: nng_aio_get_input.3.adoc[ nng_aio_get_input(3)] ,
71
+ xref: nng_aio_get_msg.3.adoc[ nng_aio_get_msg(3)] ,
72
+ xref: nng_aio_get_output.3.adoc[ nng_aio_get_output(3)] ,
73
+ xref: nng_aio_result.3.adoc[ nng_aio_result(3)] ,
74
+ xref: nng_aio_set_input.3.adoc[ nng_aio_set_input(3)] ,
75
+ xref: nng_aio_set_iov.3.adoc[ nng_aio_set_iov(3)] ,
76
+ xref: nng_aio_set_msg.3.adoc[ nng_aio_set_msg(3)] ,
77
+ xref: nng_aio_set_timeout.3.adoc[ nng_aio_set_timeout(3)] ,
78
+ xref: nng_aio_stop.3.adoc[ nng_aio_stop(3)] ,
79
+ xref: nng_aio_wait.3.adoc[ nng_aio_wait(3)] ,
80
+ xref: nng_strerror.3.adoc[ nng_strerror(3)] ,
81
+ xref: nng_aio.5.adoc[ nng_aio(5)] ,
82
+ xref: nng.7.adoc[ nng(7)]
0 commit comments