Daniel C. Weber
|
7aadd3e35c
Merge pull request #770 from danielcweber/InlineCancellationDisposable
|
7 年之前 |
Daniel Weber
|
251c381860
Inline CancellationDisposable in SelectMany.
|
7 年之前 |
Daniel Weber
|
ef99a5a953
Pull break statements into case-body.
|
7 年之前 |
Daniel Weber
|
c4121798ff
SelectMany: Cancel continuations as soon as the Sink is disposed to avoid a leaking continuation if the task lives longer than the Sink.
|
7 年之前 |
Daniel Weber
|
5acc0c47e9
Replace try-finally by using.
|
7 年之前 |
Daniel Weber
|
b77f914d67
Cleanup of more code redundancies that ReSharper suggested.
|
7 年之前 |
Daniel Weber
|
7490d36a1b
Remove verbatim prefixes as suggested by ReSharper.
|
7 年之前 |
Oren Novotny
|
03202e0418
Code clean up based on editorconfig
|
7 年之前 |
Daniel C. Weber
|
24c3fbcca5
Save some more allocations in SelectMany. (#640)
|
7 年之前 |
Daniel C. Weber
|
ad99fb5dfb
Rework SelectMany (#604)
|
7 年之前 |
David Karnok
|
d76c0b36f8
4.x: Inline StableCompositeDisposable.Create into the Sinks (#578)
|
7 年之前 |
Daniel C. Weber
|
09bf2c831a
Rework subscription in Producer such that all Sinks set the upstream disposable by themselves.
|
7 年之前 |
Daniel C. Weber
|
f2ea2121ea
Strengthen the concept of the Sink class.
|
7 年之前 |
Bart De Smet
|
d993f45afa
Optimizing Producer creation
|
8 年之前 |
Bart De Smet
|
b12feed548
Adding CreateSink.
|
8 年之前 |
Bart De Smet
|
2dc321e6bb
Optimizing the layout of SelectMany variants.
|
8 年之前 |
Bart De Smet
|
add3eb5d35
Initial refactoring of SelectMany.
|
8 年之前 |
Bart De Smet
|
e2ac69a62a
Sealing operator classes.
|
8 年之前 |
Bart De Smet
|
4fc979faee
Removing NO_PERF symbol.
|
8 年之前 |
Bart De Smet
|
adbb3d1102
Removing conditional compilation for TPL.
|
8 年之前 |
Bart De Smet
|
8c06565457
Use of Interlocked on volatile fields no longer raises CS0420.
|
8 年之前 |
Oren Novotny
|
da3b5ed03e
move files to src\tests\facades
|
8 年之前 |