Bart De Smet
|
b43e9149ae
Making VirtualTimeScheduler thread-safe.
|
10 years ago |
Bart De Smet
|
a87b4f6dd1
Merge branch 'master' of https://github.com/Reactive-Extensions/Rx.NET.git
|
10 years ago |
Bart De Smet
|
0b0d1c2510
Support for periodic scheduling with a period of 0ms.
|
10 years ago |
bartdesmet
|
2cd5f55b4f
Update AUTHORS.txt
|
10 years ago |
Bart De Smet
|
0095b5e05b
Removing broken fwlinks for obsolete messages.
|
10 years ago |
Bart De Smet
|
3fba59915a
Fixing deadlock in ToAsyncEnumerable + reducing memory cost.
|
10 years ago |
Bart De Smet
|
29dffab00a
Hardening an Ix test where cancellation can bubble up.
|
10 years ago |
Bart De Smet
|
6a36bc57c4
Adding Playground project to Ix.
|
10 years ago |
Bart De Smet
|
39a3fa8056
Allowing to use delayed tasks with a duration longer than int.MaxValue milliseconds.
|
10 years ago |
Bart De Smet
|
438e7e0c2c
Auto-generating Zip and CombineLatest code using T4.
|
10 years ago |
Bart De Smet
|
80817cccfe
Adding StableCompositeDisposable to optimize memory footprint.
|
10 years ago |
Bart De Smet
|
c4d6b7deb3
Adding tests for work stealing behavior of LocalScheduler.
|
10 years ago |
Bart De Smet
|
e0ca794fdc
Candidate fix for LocalScheduler work stealing issue.
|
10 years ago |
Bart De Smet
|
61cc29a600
Fix for ToLookup with empty group.
|
10 years ago |
Bart De Smet
|
908c245a35
Disposing ManualResetEvent objects.
|
10 years ago |
Bart De Smet
|
c2085734d0
Making tests compatible with C# 6.0 generated code.
|
10 years ago |
Bart De Smet
|
730a353c1a
Localization of error messages.
|
10 years ago |
Bart De Smet
|
0aa6e9b918
Some code cosmetics.
|
10 years ago |
Bart De Smet
|
31ece6d577
Fixing Rx.NET build for Aliases project.
|
10 years ago |
bartdesmet
|
3e1fe0448d
Avoiding duplicate enumeration of collection
|
10 years ago |
bartdesmet
|
979385c047
Adding exception behavior documentation.
|
10 years ago |
bartdesmet
|
89296727cd
Fixing ArgumentException message.
|
10 years ago |
bartdesmet
|
bf69839b92
Merge pull request #74 from LeeCampbell/ConsistentCompDisp
|
10 years ago |
bartdesmet
|
6fdc5c8f38
Merge pull request #70 from jamesdoran/BufferTimerRaceConditionFix
|
10 years ago |
Eric Rozell
|
fcf00a1d0c
Fix configuration in Rx.sln
|
10 years ago |
Eric Rozell
|
8a4e95b1f8
Merge branch 'testfix2'
|
10 years ago |
Eric Rozell
|
fe6e756102
Fix unit test build warnings
|
10 years ago |
Matthew Podwysocki
|
8adbde840d
Updating build file
|
11 years ago |
Lee Campbell
|
ee2e3dc3d3
Closes #77. CompositeDisposable fails construction when values contains nulls
|
11 years ago |
Lee Campbell
|
e0f4d51b66
Added tests for Issues #73. CompositeDisposable should reject constructor that provides collections with null values
|
11 years ago |