diff options
| author | bd <bdunahu@operationnull.com> | 2025-07-29 23:10:29 -0400 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-07-29 23:10:29 -0400 |
| commit | 1cad7eed59d821eef9f4f984531cbb3852a9223c (patch) | |
| tree | c12f370c554fa48e632279247a34ba6641f4bae2 | |
| parent | 2dc8346087cfab9e5de85573cf54d454d1cae82d (diff) | |
Update `_get_deepest_traceable_frame' comment again again
| -rwxr-xr-x | aergia/aergia.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/aergia/aergia.py b/aergia/aergia.py index 7657636..a2dd1ef 100755 --- a/aergia/aergia.py +++ b/aergia/aergia.py @@ -310,7 +310,9 @@ class Aergia(object): If cr_await is None, then the task was created but never started. (since once a task is started, it either starts waiting on another - coroutine, or finishes immediately). These cases were already filtered + coroutine, or finishes immediately. Note when you call task_create, + asyncio schedules it for the next event loop iteration, so the code + does not actually run immediately). These cases were already filtered out in `_get_idle_task_frames'.''' curr = coro deepest_frame = None |
