namespace Gambit::FunctorHelp

Definitions of friend functions from above. More…

Functions

Name
voidentering_multithreaded_region(module_functor_common & functor)
voidleaving_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 2023-06-26 at 21:36:52 +0000