Skip to content
Snippets Groups Projects
  1. Apr 15, 2013
  2. Apr 14, 2013
  3. Apr 13, 2013
  4. Apr 12, 2013
  5. Apr 11, 2013
  6. Apr 10, 2013
  7. Apr 09, 2013
  8. Apr 08, 2013
  9. Mar 31, 2013
  10. Mar 30, 2013
  11. Mar 29, 2013
  12. Mar 23, 2013
  13. Mar 18, 2013
    • akwizgran's avatar
      Use a single thread for DB access from the UI. · e32698db
      akwizgran authored
      The UI may access the DB in response to UI or DB events; to maintain a
      consistent view of the DB's contents, the tasks performing these
      accesses must be prevented from overlapping, and must produce consistent
      results if reordered. A single-threaded executor and latches are used to
      prevent tasks from overlapping, without blocking non-UI access to the
      DB.
      e32698db
  14. Mar 15, 2013
Loading