Skip to content

Pass kwargs to asyncSlot decorator. #61

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

Merged

Conversation

hosaka
Copy link
Collaborator

@hosaka hosaka commented Nov 24, 2021

This allows using the decorator to specify a return type (using PySide) @asyncSlot(result=bool) and/or slot name (using PyQt) @asyncSlot(name="foo", result=bool).

@hosaka
Copy link
Collaborator Author

hosaka commented Jan 23, 2022

@TheGreatCabbage is this repo still active? If not, are you looking for maintainers?

@TheGreatCabbage
Copy link
Member

@TheGreatCabbage is this repo still active? If not, are you looking for maintainers?

Sorry, I don't have much time for open-source anymore so I haven't been active recently, but I would like to keep the project alive. If you'd like to be a maintainer, that would be helpful!

@TheGreatCabbage TheGreatCabbage merged commit 28b29d7 into CabbageDevelopment:master Feb 7, 2022
@hosaka hosaka deleted the async-slot-kwargs branch April 16, 2022 07:54
@hosaka
Copy link
Collaborator Author

hosaka commented Apr 16, 2022

@TheGreatCabbage Hey, we're still actively using qasync in our company. I am happy to maintain the repo if that's okay with you.

@TheGreatCabbage
Copy link
Member

@hosaka Thanks, I've given you write permissions. I've also added a Github workflow which should (hopefully) publish releases to PyPI when a release is published.

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

Successfully merging this pull request may close these issues.

2 participants