mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Fixed bug from new default ctor
This commit is contained in:
parent
6ba8bdc14c
commit
c48c292f78
3 changed files with 44 additions and 29 deletions
|
@ -93,6 +93,11 @@ namespace System.Threading
|
|||
}
|
||||
}
|
||||
|
||||
private this()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public this(ThreadStart start)
|
||||
{
|
||||
Debug.Assert(start != null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue