Commit History

Author SHA1 Message Date
  Bart De Smet 37890db79d First pass over a subset of the code. 5 years ago
  Claire Novotny db8e159c5f Compile with .NET 5. Dispatcher -> CoreDispatcher. 5 years ago
  Claire Novotny f1b5e96157 Update to MIT license 5 years ago
  Daniel Weber 331ad59db7 Remove code redundancies as suggested by ReSharper. 7 years ago
  akarnokd 880486b012 4.x: System.Reactive fix field names, type args, usings, operator infrastructure 7 years ago
  Oren Novotny 50948ea890 Use Instance as the name for UWP to match public netstandard surface area 7 years ago
  Oren Novotny 03202e0418 Code clean up based on editorconfig 7 years ago
  Daniel C. Weber de57ac905f Remove redundant qualifiers. (#652) 7 years ago
  Daniel C. Weber 014d23a400 ThreadPoolScheduler.Timer can be replaced by ordinarily scheduling a work item on a timer. (#633) 7 years ago
  Daniel C. Weber dfde17ab5e Enable reuse of UserWorkItem class currently nested in DefaultScheduler. 7 years ago
  Daniel C. Weber d00c7c5055 Save an allocation in ThreadPoolScheduler.PeriodicTimer. (#632) 7 years ago
  Daniel C. Weber 7551d1a016 Use the stateful overload of AsyncLock in some places to save allocation of closures and allow delegate caching. (#583) 7 years ago
  Daniel C. Weber 673dd5ac98 TrySetSingle should be called SetSingle since it can throw, TrySetSingle however remains and returns a more meaningful result. Added more docs. (#557) 7 years ago
  Daniel C. Weber 93bf9b5e42 Avoid some closure allocations and enable delegate caching in the Concurrency namespace. (#500) 7 years ago
  Bart De Smet cf2ad6085b Misc. improvements to concurrency types 8 years ago
  Bart De Smet 6931670c96 All timers now have the self-rooting behavior. 8 years ago
  Bart De Smet bc77800155 Removing check for absence of Stopwatch. 8 years ago
  Bart De Smet 70df44db7a Removing checks for absence of HashSet<T>. 8 years ago
  Oren Novotny da3b5ed03e move files to src\tests\facades 8 years ago