Nuclex.Support/Source/Threading
Markus Ewald 207a17712e Fixed a potential NullReferenceException (though I'm thinking about phasing out the method it's happening in entirely)
git-svn-id: file:///srv/devel/repo-conversion/nusu@335 d2e56fa2-650e-0410-a79f-9358c0239efd
2019-02-08 18:27:15 +00:00
..
AffineThreadPool.cs Used pragmas to avoid warnings in unit tests designed to test obsolete methods; method thread-related classes into a new namespace, 'Threading' 2019-02-01 19:54:28 +00:00
AffineThreadPool.Test.cs Used pragmas to avoid warnings in unit tests designed to test obsolete methods; method thread-related classes into a new namespace, 'Threading' 2019-02-01 19:54:28 +00:00
CancellableAction.cs Updated Mono project (may replace it with pure SCons or Gradle build soon); added a threaded task runner I wrote for some WPF applications going through MCSE; wrote more unit tests for the thread runner 2019-02-02 09:12:00 +00:00
ParallelBackgroundWorker.cs The Shared helper is now obsolete (singletons are just too bad, not even suitable as workaround for static methods in interfaces for generic types; some cosmetic changes; made the ThreadRunner public 2019-02-02 12:47:07 +00:00
ParallelBackgroundWorker.Test.cs The Shared helper is now obsolete (singletons are just too bad, not even suitable as workaround for static methods in interfaces for generic types; some cosmetic changes; made the ThreadRunner public 2019-02-02 12:47:07 +00:00
ThreadRunner.cs Fixed a potential NullReferenceException (though I'm thinking about phasing out the method it's happening in entirely) 2019-02-08 18:27:15 +00:00
ThreadRunner.Test.cs Updated Mono project (may replace it with pure SCons or Gradle build soon); added a threaded task runner I wrote for some WPF applications going through MCSE; wrote more unit tests for the thread runner 2019-02-02 09:12:00 +00:00