diff options
| -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 |
