diff --git a/annotated.html b/annotated.html index 33dea7fe..a895a898 100644 --- a/annotated.html +++ b/annotated.html @@ -21,7 +21,7 @@
wait before any of them successfully return from the call. The value specified must be greater than zero. Definition at line 336 of file thread.h.
+Definition at line 342 of file thread.h.
The event loop is the central part of uvw's functionalities, as well as libuv's ones.
It takes care of polling for I/O and scheduling callbacks to be run based on different sources of events.
Definition at line 58 of file loop.h.
+Definition at line 60 of file loop.h.
See the official documentation for further details.
Definition at line 137 of file loop.h.
+Definition at line 139 of file loop.h.
@@ -391,7 +394,7 @@ template<typename R = void>Gets user-defined data. uvw won't use this field in any case.
Definition at line 367 of file loop.h.
+Definition at line 375 of file loop.h.
@@ -542,6 +545,34 @@ template<typename R = void>Returns the amount of time the event loop has been idle. The call is thread safe.
+
|
+ +noexcept | +
Tracks various internal operations of the event loop.
+Use it as loop->resource<uvw::timer_handle>().
Definition at line 152 of file loop.h.
+Definition at line 154 of file loop.h.
@@ -800,7 +831,7 @@ template<typename R , typename... Args>Creates uninitialized resources of any type.
Definition at line 163 of file loop.h.
+Definition at line 165 of file loop.h.
@@ -868,7 +899,7 @@ template<typename Func > -Definition at line 272 of file loop.h.
+Definition at line 280 of file loop.h.
diff --git a/classuvw_1_1Mutex-members.html b/classuvw_1_1Mutex-members.html index 54bda15d..f211d838 100644 --- a/classuvw_1_1Mutex-members.html +++ b/classuvw_1_1Mutex-members.html @@ -21,7 +21,7 @@Definition at line 177 of file thread.h.
+Definition at line 183 of file thread.h.
The once wrapper.
Runs a function once and only once. Concurrent calls to once will block all callers except one (it’s unspecified which one).
Definition at line 161 of file thread.h.
+Definition at line 167 of file thread.h.
diff --git a/classuvw_1_1RWLock-members.html b/classuvw_1_1RWLock-members.html index f5c54357..93644c4a 100644 --- a/classuvw_1_1RWLock-members.html +++ b/classuvw_1_1RWLock-members.html @@ -21,7 +21,7 @@
Definition at line 251 of file thread.h.
+Definition at line 257 of file thread.h.
This is the complete list of members for uvw::thread, including all inherited members.
| equal(const thread &tl, const thread &tr) noexcept | uvw::thread | static |
| init() | uvw::uv_type< uv_thread_t > | inlinevirtual |
| join() noexcept | uvw::thread | |
| parent() const noexcept | uvw::uv_type< uv_thread_t > | inline |
| raw() const noexcept | uvw::uv_type< uv_thread_t > | inline |
| raw() noexcept | uvw::uv_type< uv_thread_t > | inline |
| run() noexcept | uvw::thread | |
| run(create_flags opts, std::size_t stack={}) noexcept | uvw::thread | |
| self() noexcept | uvw::thread | static |
| getcpu() noexcept | uvw::thread | static |
| init() | uvw::uv_type< uv_thread_t > | inlinevirtual |
| join() noexcept | uvw::thread | |
| parent() const noexcept | uvw::uv_type< uv_thread_t > | inline |
| raw() const noexcept | uvw::uv_type< uv_thread_t > | inline |
| raw() noexcept | uvw::uv_type< uv_thread_t > | inline |
| run() noexcept | uvw::thread | |
| run(create_flags opts, std::size_t stack={}) noexcept | uvw::thread | |
| self() noexcept | uvw::thread | static |
+
|
+ +staticnoexcept | +
Gets the CPU number on which the calling thread is running.
+This is the complete list of members for uvw::poll_handle, including all inherited members.

