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

This PR ties lots of loose ends in asyncio #24

Open
arhadthedev opened this issue Oct 26, 2022 · 0 comments
Open

This PR ties lots of loose ends in asyncio #24

arhadthedev opened this issue Oct 26, 2022 · 0 comments

Comments

@arhadthedev
Copy link
Owner

This PR ties lots of loose ends in asyncio so it becomes clear what is a callback (a reaction shat shouldn't be called) and what is a proper function (an action that needs to be called):

  • for transports, it replaced self._protocol with ... to ...

In other words, currently a caller takes a callie and sticks into it each time a call in required, and after this PR a caller just calls its self._on_* without knowing about a callie that subscribed once on its creation.

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

1 participant