wrap handling background tasks in an API that hides the complexities #1609
Closed
WolfgangFahl
started this conversation in
Ideas / Feature Requests
Replies: 1 comment 2 replies
-
We have implemented something similar in RoSys: https://github.com/zauberzeug/rosys/blob/main/rosys/run.py. Can be called with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The example:
https://github.com/zauberzeug/nicegui/blob/main/examples/opencv_webcam/main.py
does some magic about handling connections and ProcessPoolExecutor. It would be great to have this in a separate class.
Here is a skeleton i started:
Beta Was this translation helpful? Give feedback.
All reactions