14#include "arccore/concurrency/ConcurrencyGlobal.h"
16#include "arccore/base/FatalErrorException.h"
17#include "arccore/base/internal/DependencyInjection.h"
19#include "arccore/concurrency/IThreadImplementation.h"
20#include "arccore/concurrency/IThreadImplementationService.h"
31class StdThreadImplementationService
36 StdThreadImplementationService() =
default;
46 return Arccore::Concurrency::createStdThreadImplementation();
54 DependencyInjection::ProviderProperty(
"StdThreadImplementationService"),
56 ARCANE_DI_EMPTY_CONSTRUCTOR());
Interface d'un service de gestion des threads.
Référence à une instance.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-