codemelted.js Module
    Preparing search index...

    Type Alias CTaskCB<T>

    CTaskCB: (data: T) => T

    The task to run as part of the async_task call.

    Type Parameters

    • T

      The data associated with the CResult object accessed via the result() function call.

    Type Declaration

      • (data: T): T
      • Parameters

        • data: T

          Data to pass to the task.

        Returns T