autodoc.git/
traditional_manual/
chapter_9.html
Branch:
Tag:
Non-build tags
All tags
No tags
2016-11-19
2016-11-19 17:14:36 by Martin Nilsson <nilsson@fastmail.com>
c0dea818ecc95f7a5dac6163090964c7ed4e715f (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
master
Expanded on failure condition on async_connect.
64:
<dd></dd><dd class='body--doc'><p>Extra arguments to pass to <code>callback</code>.</p> </dd> <dt class='head--doc'>Returns</dt>
-
<dd class='body--doc'><p>Returns <code class='expr'>0</code> on failure, and <code class='expr'>1</code> if <code>callback</code>
-
will be used.</p>
+
<dd class='body--doc'><p>Returns <code class='expr'>0</code> on failure
to open a socket
, and <code class='expr'>1</code>
+
if <code>callback</code> will be used.</p>
</dd> <dt class='head--doc'>Note</dt> <dd class='body--doc'><p>The socket may be opened with <code>open_socket()</code> ahead of