Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the differences between Sync and Async? #63

Open
vietaws opened this issue Mar 18, 2022 · 1 comment
Open

What is the differences between Sync and Async? #63

vietaws opened this issue Mar 18, 2022 · 1 comment

Comments

@vietaws
Copy link

vietaws commented Mar 18, 2022

Creation
You can create a new instance synchronously:

const ksuidFromSync = KSUID.randomSync()
Or asynchronously:

const ksuidFromAsync = await KSUID.random()

@abraithwaite
Copy link

Hi there @vietaws , I think you meant to post an issue to this repo instead: https://github.com/novemberborn/ksuid

But getting ahead of that: https://nodejs.dev/learn/modern-asynchronous-javascript-with-async-and-await

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants