mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +02:00
Default ctor fixes
This commit is contained in:
parent
64cb1ab193
commit
7c67b226be
2 changed files with 10 additions and 0 deletions
|
@ -238,6 +238,11 @@ namespace System.Threading.Tasks
|
|||
}
|
||||
}
|
||||
|
||||
protected this()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public this(Action action)
|
||||
: this(action, null, null, default(CancellationToken), TaskCreationOptions.None, InternalTaskOptions.None, null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue