12#ifndef ARCANE_CORE_IDIRECTEXECUTION_H
13#define ARCANE_CORE_IDIRECTEXECUTION_H
54 virtual void build() = 0;
Declarations of Arcane's general types.
Interface of a direct execution service.
virtual bool isActive() const =0
True if the service is active.
virtual void execute()=0
Executes the service operation.
virtual ~IDirectExecution()
Frees resources.
Interface of the parallelism manager for a subdomain.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --