comparison Implab/Parallels/AsyncPool.cs @ 16:5a4b735ba669 promises

sync
author cin
date Thu, 07 Nov 2013 20:20:26 +0400
parents e943453e5039
children 9bf5b23650c9
comparison
equal deleted inserted replaced
15:0f982f9b7d4d 16:5a4b735ba669
34 } catch (Exception e) { 34 } catch (Exception e) {
35 p.Reject(e); 35 p.Reject(e);
36 } 36 }
37 }); 37 });
38 worker.IsBackground = true; 38 worker.IsBackground = true;
39
40 worker.Start(); 39 worker.Start();
41 40
42 return p; 41 return p;
43 } 42 }
44 } 43 }