You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.log.error("Timer handler caused an exception: {}", e.msg);
} ();
});
}
It claims to convert an unsafe delegate to a safe one. There's no such thing. Non-nothrow to nothrow is fine but nothing can make a @system delegate @safe.
The text was updated successfully, but these errors were encountered:
agora/source/agora/common/Task.d
Lines 67 to 81 in 676ad91
It claims to convert an unsafe delegate to a safe one. There's no such thing. Non-
nothrow
tonothrow
is fine but nothing can make a@system
delegate@safe
.The text was updated successfully, but these errors were encountered: