diff options
| author | bd <[email protected]> | 2025-12-14 03:20:35 -0500 |
|---|---|---|
| committer | bd <[email protected]> | 2025-12-14 03:20:35 -0500 |
| commit | d5ca9cfe719699f44076ca371d25d0946aefb380 (patch) | |
| tree | b27d63e355cdfba0c20e91429ee938797cd2069f | |
| parent | 5b705032c5fb77b77ac148921acd7e3ea1e04490 (diff) | |
| -rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -5,3 +5,12 @@ coroutines through use of [[https://github.com/plasma-umass/coz][causal profilin optimization potential without instrumentation by predicting the impact of how coroutine optimization has an inpact on the overall throughput or latency of tasks scheduled in the event loop. + +In order to try Nemesis, you need to specify the =loop= argument of +the =asyncio.run= method to the CausalEventLoop class. See the examples +folder for information on how to do this. In python versions older than +3.14, the canonical way to use a custom event loop is to set the [[https://docs.python.org/3/library/asyncio-policy.html][default +loop policy]]. + +As Nemesis only works for the =asyncio.SelectorEventLoop= class, it is only +usable for GNU/Linux or Mac systems. |
