Responsive Applets 3: Don't Wait



Problem: user shouldn't need to wait for irrelevant results

  • Use concurrency to write behind
          e.g. client doesn't want to stop, waiting for "OK" from delete command

  • Caution: if it does fail, how do you describe it to the user?
 
  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22