Fix nothrow inference for runTask.
This commit is contained in:
parent
b995bdaa72
commit
897c43051f
2 changed files with 5 additions and 5 deletions
|
@ -341,7 +341,7 @@ auto runTaskScoped(FT, ARGS)(scope FT callable, ARGS args)
|
|||
}
|
||||
|
||||
package Task runTask_internal(alias TFI_SETUP)()
|
||||
@safe nothrow {
|
||||
{
|
||||
import std.typecons : Tuple, tuple;
|
||||
|
||||
TaskFiber f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue