File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,9 @@ by `fd_resource_traits` and conveniently embedded in the `unique_fd` type. As be
288288will only be called if `open` succeeded.
289289
290290[tip The `fd_deleter`, `fd_resource_traits` and `unique_fd` types presented in the examples above are provided by the library out of
291- the box in [boost_scope_fd_deleter_hpp], [boost_scope_fd_resource_traits_hpp] and [boost_scope_unique_fd_hpp] headers.]
291+ the box in [boost_scope_fd_deleter_hpp], [boost_scope_fd_resource_traits_hpp] and [boost_scope_unique_fd_hpp] headers. Note that
292+ `fd_deleter` provided by the library has support for platforms where `close` can be interrupted and needs to be restarted. This support
293+ is omitted for brevity from the examples above.]
292294
293295[endsect]
294296
You can’t perform that action at this time.
0 commit comments