Skip to main content

@fluidframework/task-manager Package

Contains a distributed data structure, ITaskManager, to track the queues of clients that want to exclusively run tasks.

Interfaces

InterfaceAlertsDescription
ITaskManagerLegacyA distributed data structure that tracks queues of clients that want to exclusively run a task.
ITaskManagerEventsLegacyEvents emitted by ITaskManager.

Types

TypeAliasAlertsDescription
TaskEventListenerLegacyDescribes the event listener format for ITaskManagerEvents events.
TaskManagerLegacyA distributed data structure that tracks queues of clients that want to exclusively run a task.

Variables

VariableAlertsModifiersTypeDescription
TaskManagerLegacyreadonlyimport("@fluidframework/shared-object-base/internal").ISharedObjectKind<ITaskManager> & import("@fluidframework/shared-object-base/internal").SharedObjectKind<ITaskManager>A distributed data structure that tracks queues of clients that want to exclusively run a task.

Variable Details

TaskManager

A distributed data structure that tracks queues of clients that want to exclusively run a task.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/task-manager/legacy.

For more information about our API support guarantees, see here.

Signature

TaskManager: import("@fluidframework/shared-object-base/internal").ISharedObjectKind<ITaskManager> & import("@fluidframework/shared-object-base/internal").SharedObjectKind<ITaskManager>

Type: import("@fluidframework/shared-object-base/internal").ISharedObjectKind<ITaskManager> & import("@fluidframework/shared-object-base/internal").SharedObjectKind<ITaskManager>