14#include "arccore/concurrency/ConcurrencyGlobal.h"
16#include "arcane/utils/FatalErrorException.h"
18#include "arcane/utils/IThreadImplementationService.h"
19#include "arcane/utils/internal/DependencyInjection.h"
21#include "arcane/core/FactoryService.h"
32class StdThreadImplementationService
38 StdThreadImplementationService() =
default;
48 return Arccore::Concurrency::createStdThreadImplementation();
60 DependencyInjection::ProviderProperty(
"StdThreadImplementationService"),
62 ARCANE_DI_EMPTY_CONSTRUCTOR());
#define ARCANE_REGISTER_APPLICATION_FACTORY(aclass, ainterface, aname)
Enregistre un service de fabrique pour la classe aclass.
Déclarations des types utilisés dans Arcane.
Interface d'un service de gestion des threads.
Référence à une instance.
Structure contenant les informations pour créer un service.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-