libcopp
1.1.0
|
Functions | |
impl::task_impl * | get_task () UTIL_CONFIG_NOEXCEPT |
get current running task More... | |
template<typename Tt > | |
Tt * | get () |
get current running task and try to convert type More... | |
Tt* cotask::this_task::get | ( | ) |
get current running task and try to convert type
Definition at line 31 of file this_task.h.
References get_task().
impl::task_impl * cotask::this_task::get_task | ( | ) |
get current running task
Definition at line 15 of file this_task.cpp.
References cotask::impl::task_impl::this_task().