12#ifndef ARCCORE_CONCURRENCY_INTERNAL_TASKFACTORYINTERNAL_H
13#define ARCCORE_CONCURRENCY_INTERNAL_TASKFACTORYINTERNAL_H
17#include "arccore/concurrency/ConcurrencyGlobal.h"
Implementation of a task factory.
Internal Arcane API for 'TaskFactory'.
static void removeThreadCreateObserver(IObserver *o)
Removes an observer for thread creation.
static void notifyThreadCreated()
Notifies all observers of thread creation.
static void addThreadCreateObserver(IObserver *o)
Adds an observer for thread creation.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --