Skip to content
Snippets Groups Projects
  1. Mar 31, 2013
  2. Mar 30, 2013
  3. Mar 29, 2013
  4. Mar 23, 2013
  5. 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
  6. Mar 15, 2013
  7. Mar 14, 2013
  8. Mar 13, 2013
  9. Mar 12, 2013
  10. Mar 11, 2013
  11. Mar 05, 2013
  12. Mar 04, 2013
Loading