DescriptionIndexedDB: Remove transaction timer, just post tasks
In the Blink implementation transactions used a timer to
keep to schedule asynchronous processing of tasks. This
was retained in the Chromium port, but with access to the
message loop we can post tasks instead.
Note that transactions still maintain an internal list of
tasks and all that is posted is a "process the queue" task.
Future changes may integrate the transaction task queue and
the message loop more tightly.
BUG=246629
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=210969
Patch Set 1 #Patch Set 2 : Rename variable #
Messages
Total messages: 5 (0 generated)
|