diff options
| author | bd <bdunahu@operationnull.com> | 2025-11-26 03:05:02 -0500 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-11-26 03:05:02 -0500 |
| commit | 2cfeef0f678c464dd9a99e7481bc63d212a95797 (patch) | |
| tree | b1f39a53eeb35ecdca259f8aaff2d16414b09310 /nemesis | |
| parent | d5b874c905907528c5e0c46f9c4b5ff8827fc6db (diff) | |
| parent | 61c35f0bc0b3fe598a06a2a63a6b3fa26802add2 (diff) | |
Merge branch 'master' of operationnull.com:nemesis
Diffstat (limited to 'nemesis')
| -rw-r--r-- | nemesis/__init__.py | 0 | ||||
| -rw-r--r-- | nemesis/causal_event_loop.py | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/nemesis/__init__.py b/nemesis/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/nemesis/__init__.py diff --git a/nemesis/causal_event_loop.py b/nemesis/causal_event_loop.py index 6fea90d..12a4084 100644 --- a/nemesis/causal_event_loop.py +++ b/nemesis/causal_event_loop.py @@ -422,7 +422,6 @@ class CausalEventLoop(asyncio.SelectorEventLoop): else: self._logger.warning(f"\t_add_callback called on cancelled handle {_format_handle(handle)}") - def _get_pause_for_io(self, handle, io_time): time_interval = (handle.register_time, io_time) p_time = self._get_pause_time(time_interval) |
