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

How to create request Async #46

Open
nguyentuan3691 opened this issue Nov 11, 2016 · 2 comments
Open

How to create request Async #46

nguyentuan3691 opened this issue Nov 11, 2016 · 2 comments

Comments

@nguyentuan3691
Copy link

I see this good library.
But will perfect if update async.

Thanks

@ghost
Copy link

ghost commented Nov 11, 2016

you could use

await Task.Run(()=> SyncronousMethod());

@extremecodetv
Copy link

extremecodetv commented Nov 14, 2016

Hi, check out my fork
https://github.com/extremecodetv/Extreme.Net/

It supports async requests

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