reactr
reactr copied to clipboard
Ability to define automated de-registration rules
After #95 is available, Reactr should offer options to automatically unload/de-register handlers based on rules:
- unload anything that hasn't been called in x time
- unload oldest when total Runnable binary size reaches a threshold
- unload oldest when total number of handlers reaches threshold
- etc