diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/handle.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/src/handle.rst b/docs/src/handle.rst index 86fa811d..544794db 100644 --- a/docs/src/handle.rst +++ b/docs/src/handle.rst @@ -140,6 +140,8 @@ API Request handle to be closed. `close_cb` will be called asynchronously after this call. This MUST be called on each handle before memory is released. + Moreover, the memory can only be released in `close_cb` or after it has + returned. Handles that wrap file descriptors are closed immediately but `close_cb` will still be deferred to the next iteration of the event loop. |