Function createTaskIdGenerator

  • Generates TaskId TaskIds are lexicographically sortable 128 bit IDs They are strictly monotonic and unique with respect to the nodeId When the NodeId changes, make sure to regenerate this generator

    Parameters

    Returns (() => TaskId)

Generated using TypeDoc