Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskResult<T>

Task executors must return objects of this type.

Type parameters

  • T

    The return type of the task, this is the type of the data that will be sent to the main thread.

Hierarchy

  • TaskResult

Index

Properties

Properties

result

result: T

The result of the task

Optional transfer

transfer: ArrayBuffer[]

An array of buffers to transfer back to the main thread

Generated using TypeDoc