This repository was archived by the owner on Dec 25, 2018. It is now read-only.
Commit 83f81c4
electricessence
Finalized Promise module structure and separated out final version of LazyPromise class.
This introduces smart defer methods which for LazyPromises do not trigger the underlying promise unless the consumer calls 'then'.1 parent 4da16f8 commit 83f81c4
69 files changed
Lines changed: 1293 additions & 665 deletions
File tree
- dist
- amd/System/Promises
- commonjs/System/Promises
- es6/System/Promises
- system/System/Promises
- umd.min/System/Promises
- source/System/Promises
- tests
- mocha/System/Promises
- qunit
- Arrays
- Collections
- Linq
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 54 | | |
63 | 55 | | |
64 | 56 | | |
| |||
85 | 77 | | |
86 | 78 | | |
87 | 79 | | |
88 | | - | |
89 | 80 | | |
90 | 81 | | |
91 | | - | |
92 | 82 | | |
0 commit comments