Re: Web Alarm API - idiomatic check

On Wed, May 8, 2013 at 11:46 AM, Allen Wirfs-Brock
<allen@wirfs-brock.com> wrote:
> It isn't clear to me why the AlarmManger methods need to be asynchronous.

Because the alarms need to be persisted across system restarts which
means that they need to be saved to disk. Any disk access from the
main thread always needs to be async.

/ Jonas

Received on Wednesday, 8 May 2013 22:43:26 UTC