-
Notifications
You must be signed in to change notification settings - Fork 75
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
Use an Asynchronous Event Loop in SbyJob (rebased) #108
base: main
Are you sure you want to change the base?
Commits on Jul 24, 2020
-
Begin converting taskloop to use asyncio module.
Signed-off-by: William D. Jones <thor0505@comcast.net>
Configuration menu - View commit details
-
Copy full SHA for 1182801 - Browse repository at this point
Copy the full SHA 1182801View commit details -
Add asynchronous timer to detect timeouts.
Signed-off-by: William D. Jones <thor0505@comcast.net>
Configuration menu - View commit details
-
Copy full SHA for b5350a2 - Browse repository at this point
Copy the full SHA b5350a2View commit details -
Do not spawn tasks in SbyTask constructor; rely on taskloop to do it.
Signed-off-by: William D. Jones <thor0505@comcast.net>
Configuration menu - View commit details
-
Copy full SHA for e618a15 - Browse repository at this point
Copy the full SHA e618a15View commit details -
Cleanup dead (non-async) code and rename functions.
Signed-off-by: William D. Jones <thor0505@comcast.net>
Configuration menu - View commit details
-
Copy full SHA for 009a819 - Browse repository at this point
Copy the full SHA 009a819View commit details -
Signed-off-by: William D. Jones <thor0505@comcast.net>
Configuration menu - View commit details
-
Copy full SHA for 826cd1a - Browse repository at this point
Copy the full SHA 826cd1aView commit details -
Add Windows workaround for forceful subprocess termination.
Signed-off-by: William D. Jones <thor0505@comcast.net>
Configuration menu - View commit details
-
Copy full SHA for b6007aa - Browse repository at this point
Copy the full SHA b6007aaView commit details -
Prevent the timeout callback from running if all tasks completed.
Signed-off-by: William D. Jones <thor0505@comcast.net>
Configuration menu - View commit details
-
Copy full SHA for a320462 - Browse repository at this point
Copy the full SHA a320462View commit details -
Remove debug mode from event loop.
Signed-off-by: William D. Jones <thor0505@comcast.net>
Configuration menu - View commit details
-
Copy full SHA for fc56394 - Browse repository at this point
Copy the full SHA fc56394View commit details
Commits on Aug 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 021b6a7 - Browse repository at this point
Copy the full SHA 021b6a7View commit details
Commits on Aug 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 20ec638 - Browse repository at this point
Copy the full SHA 20ec638View commit details -
Configuration menu - View commit details
-
Copy full SHA for daa8329 - Browse repository at this point
Copy the full SHA daa8329View commit details
Commits on Aug 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7ac54c6 - Browse repository at this point
Copy the full SHA 7ac54c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 031cdb8 - Browse repository at this point
Copy the full SHA 031cdb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a776c3 - Browse repository at this point
Copy the full SHA 3a776c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34a2139 - Browse repository at this point
Copy the full SHA 34a2139View commit details