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

Adds "How async should have been" by @sobolevn #85

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sobolevn
Copy link

@sobolevn sobolevn commented Nov 4, 2020

Link: https://sobolevn.me/2020/06/how-async-should-have-been

Why is it awesome?

  • It showcases how one can write sync Python code and still run it asynchronously
  • It shows how we can hide async behaviour into types
  • It shows how one can write code that will work with both sync and async primitives
  • It shows how Higher Kinded Types can be used to express IO independent tasks

@timofurrer
Copy link
Owner

If this is still relevant (though there haven't been much upvotes ...) can you please resolve the conflicts?

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