namespace Gambit::FunctorHelp
Definitions of friend functions from above. More…
Functions
Name | |
---|---|
void | entering_multithreaded_region(module_functor_common & functor) |
void | leaving_multithreaded_region(module_functor_common & functor) |
Detailed Description
Definitions of friend functions from above.
Some helper functions for interacting with signals in the calculate() routine These don’t exist in standalone compilations, are replaced with null functions
Functions Documentation
function entering_multithreaded_region
void entering_multithreaded_region(
module_functor_common & functor
)
function leaving_multithreaded_region
void leaving_multithreaded_region(
module_functor_common & functor
)
Updated on 2024-07-18 at 13:53:31 +0000