QuISP
|
SharedResource is a global module that initializes shared static resources and provides them to other modules. More...
Classes | |
class | SharedResource |
Functions | |
Define_Module (SharedResource) | |
SharedResource is a global module that initializes shared static resources and provides them to other modules.
SharedResource provides the following:
SharedResource initializes these resources the first time when other modules attempt to access the resources. Once the initialization is done, the resources are never modified again for the lifetime of the SharedResource instance.
Modules can access the shared resources by calling methods from ComponentProvider
quisp::modules::SharedResource::Define_Module | ( | SharedResource | ) |