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

Interface Alerts Description
ITaskManager Legacy A distributed data structure that tracks queues of clients that want to exclusively run a task.
ITaskManagerEvents Legacy Events emitted by ITaskManager.

Types

TypeAlias Alerts Description
TaskEventListener Legacy Describes the event listener format for ITaskManagerEvents events.
TaskManager Legacy A distributed data structure that tracks queues of clients that want to exclusively run a task.

Variables

Variable Alerts Modifiers Type Description
TaskManager Legacy readonly import("@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>