Function is_running
hpx::is_running — Test whether the runtime system is currently running.
Synopsis
Description
This function returns whether the runtime system is currently running or not, e.g. whether the current state of the runtime system is hpx::runtime::running
![[Note]](../images/note.png) |
Note |
This function needs to be executed on a HPX-thread. It will return false otherwise. |