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

python threading library is actually not running thread in parallel #46

Open
MaxPayne86 opened this issue Nov 19, 2019 · 0 comments
Open

Comments

@MaxPayne86
Copy link

Hello,

the original RPi.GPIO is written in C because in python is not possible to have real multithreading
behaviour. When you decided to port the original library and switch to python only, has you
considered this issue?

https://realpython.com/python-gil

Please note that I'm just curious, I didn't find any mention to that into provided documentation. I've started to adjust the original RPi.GPIO to work with other boards when I discovered your project.

Thanks,

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