-
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 #39
base: main
Are you sure you want to change the base?
Commits on Mar 29, 2019
-
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 e92ffe4 - Browse repository at this point
Copy the full SHA e92ffe4View 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 0265b78 - Browse repository at this point
Copy the full SHA 0265b78View 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 28a7951 - Browse repository at this point
Copy the full SHA 28a7951View 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 6a6681f - Browse repository at this point
Copy the full SHA 6a6681fView commit details -
Signed-off-by: William D. Jones <thor0505@comcast.net>
Configuration menu - View commit details
-
Copy full SHA for c3fbda6 - Browse repository at this point
Copy the full SHA c3fbda6View commit details
Commits on Mar 30, 2019
-
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 105cb99 - Browse repository at this point
Copy the full SHA 105cb99View commit details
Commits on Apr 3, 2019
-
Merge branch 'master' into HEAD
Signed-off-by: William D. Jones <thor0505@comcast.net>
Configuration menu - View commit details
-
Copy full SHA for b6828dd - Browse repository at this point
Copy the full SHA b6828ddView 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 f797cd7 - Browse repository at this point
Copy the full SHA f797cd7View 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 46ca654 - Browse repository at this point
Copy the full SHA 46ca654View commit details