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
git-svn-id: file:///srv/devel/repo-conversion/nusu@333 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
2f82a2fdf9
commit
97183d2335
7 changed files with 24 additions and 19 deletions
|
|
@ -29,7 +29,7 @@ using System.Threading.Tasks;
|
|||
namespace Nuclex.Support.Threading {
|
||||
|
||||
/// <summary>Executes actions in a threads</summary>
|
||||
internal abstract class ThreadRunner : IDisposable {
|
||||
public abstract class ThreadRunner : IDisposable {
|
||||
|
||||
#region interface IRunner
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue