Arcane
v3.14.10.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
IThreadImplementationService.h
1
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2
//-----------------------------------------------------------------------------
3
// Copyright 2000-2024 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4
// See the top-level COPYRIGHT file for details.
5
// SPDX-License-Identifier: Apache-2.0
6
//-----------------------------------------------------------------------------
7
/*---------------------------------------------------------------------------*/
8
/* IThreadImplementationService.h (C) 2000-2024 */
9
/* */
10
/* Interface d'un service de gestion des threads. */
11
/*---------------------------------------------------------------------------*/
12
#ifndef ARCANE_UTILS_ITHREADIMPLEMENTATIONSERVICE_H
13
#define ARCANE_UTILS_ITHREADIMPLEMENTATIONSERVICE_H
14
/*---------------------------------------------------------------------------*/
15
/*---------------------------------------------------------------------------*/
16
17
#include "arccore/concurrency/IThreadImplementation.h"
18
#include "
arcane/utils/UtilsTypes.h
"
19
20
/*---------------------------------------------------------------------------*/
21
/*---------------------------------------------------------------------------*/
22
23
namespace
Arcane
24
{
25
26
/*---------------------------------------------------------------------------*/
27
/*---------------------------------------------------------------------------*/
28
/*!
29
* \brief Interface d'un service de gestion des threads.
30
*/
31
class
ARCANE_UTILS_EXPORT
IThreadImplementationService
32
{
33
public
:
34
35
virtual
~IThreadImplementationService
() =
default
;
36
37
public
:
38
39
virtual
Ref<IThreadImplementation> createImplementation() = 0;
40
};
41
42
/*---------------------------------------------------------------------------*/
43
/*---------------------------------------------------------------------------*/
44
45
}
// End namespace Arcane
46
47
/*---------------------------------------------------------------------------*/
48
/*---------------------------------------------------------------------------*/
49
50
#endif
UtilsTypes.h
Déclarations des types utilisés dans Arcane.
Arcane::IThreadImplementationService
Interface d'un service de gestion des threads.
Definition
IThreadImplementationService.h:32
Arcane
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
Definition
AbstractCaseDocumentVisitor.cc:20
arcane
utils
IThreadImplementationService.h
Généré le Lundi 18 Novembre 2024 02:56:55 pour Arcane par
1.9.8