fixes to MemoryPressureManager
added `CancellableCallback` `CallbackGroup` will now support `CancellableCallback`s as well `MemoryPressureManager` will now use `CancellableCallbacks`
Showing
- CHANGELOG.md 4 additions, 0 deletionsCHANGELOG.md
- docs/coding/concurrent.rst 6 additions, 0 deletionsdocs/coding/concurrent.rst
- satella/__init__.py 1 addition, 1 deletionsatella/__init__.py
- satella/coding/concurrent/__init__.py 2 additions, 1 deletionsatella/coding/concurrent/__init__.py
- satella/coding/concurrent/callablegroup.py 85 additions, 2 deletionssatella/coding/concurrent/callablegroup.py
- satella/instrumentation/memory/memthread.py 20 additions, 8 deletionssatella/instrumentation/memory/memthread.py
- tests/test_coding/test_concurrent.py 15 additions, 1 deletiontests/test_coding/test_concurrent.py
- tests/test_instrumentation/test_memory.py 11 additions, 1 deletiontests/test_instrumentation/test_memory.py
Please register or sign in to comment