1 repository
Components that serialize multiple state-modifying requests into a queue to prevent race conditions during batch operations.
Distinguishing note: None of the candidates match: this is an internal architecture queue for app freeze requests, not a network or permission queue.
Explore 1 awesome GitHub repository matching mobile development · Sequential Request Processors. Refine with filters or upvote what's useful.
Hail is a rootless Android app freezer that suspends installed applications to save battery and memory without deleting data. It hides apps from the launcher while preserving their files, and can unfreeze them on demand for normal use. Beyond basic freezing, Hail offers multiple remote control methods for automation: commands can be sent via ADB shell, custom deep links, or a local HTTP server running inside the app. A batch request queue processes multiple freeze or unfreeze operations sequentially to avoid race conditions, and the Shizuku framework provides system-level privileges without r
Processes multiple freeze or unfreeze requests sequentially through a queue to prevent race conditions when toggling package states.