Skip to content

What is the differences between Sync and Async?  #63

Description

@vietaws

Creation
You can create a new instance synchronously:

const ksuidFromSync = KSUID.randomSync()
Or asynchronously:

const ksuidFromAsync = await KSUID.random()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions