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

Add an async API #25

Closed
Kestrer opened this issue Jan 15, 2020 · 4 comments
Closed

Add an async API #25

Kestrer opened this issue Jan 15, 2020 · 4 comments

Comments

@Kestrer
Copy link
Contributor

Kestrer commented Jan 15, 2020

Add an async API that won't block, so dashmap can be used in async contexts.

@xacrimon
Copy link
Owner

I did some research. Adding an async api won't help with anything. I even prototypes and tried it.

@Kestrer
Copy link
Contributor Author

Kestrer commented Feb 6, 2020

@xacrimon Can you expand on this please? Do you recommend I use the blocking API for my async program or use a different library altogether?

@d4h0
Copy link

d4h0 commented Jul 27, 2020

I'd be interested in this information as well, @xacrimon. Can DashMap V3 be used in an async context without a problem?

I know, we can't keep a Ref guard bound across awaits, but are there any other known problems?

@xacrimon
Copy link
Owner

No other issues, safe to use in async.

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

3 participants