Commit History

Author SHA1 Message Date
  Oren Novotny 03202e0418 Code clean up based on editorconfig 7 years ago
  Daniel C. Weber 569d81d38f Rename and reorder the signature of the extension for schedule that takes an Action<TState> and a state. Reordering the signature without renaming would cause ambiguities. (#564) 7 years ago
  Daniel C. Weber 389881c4f6 Use the helper methods for IDisposable-fields, avoid repeating code patterns. (#556) 7 years ago
  Daniel C. Weber 96e7ce33ad Resolve the source of confusion that is DefaultDisposable: Its name is poorly chosen, Disposable.Empty points to DefaultDisposable.Instance and should be the only no-op-disposable used throughout the code. Thus, DefaultDisposable is nested and renamed. (#555) 7 years ago
  Bart De Smet 7f01c95641 Misc. improvements to Disposable types. 8 years ago
  Bart De Smet 09433d88b6 Using some C# 6.0 features. 8 years ago
  Oren Novotny b746c090e8 Merge pull request #346 from Reactive-Extensions/XmlDocs 8 years ago
  Bart De Smet 96d542fe12 Cleaning up XML doc comments. 8 years ago
  Bart De Smet 8c06565457 Use of Interlocked on volatile fields no longer raises CS0420. 8 years ago
  Oren Novotny da3b5ed03e move files to src\tests\facades 8 years ago