This commit is contained in:
Adam D. Ruppe 2019-10-19 09:12:58 -04:00
parent 29a9c163c5
commit 35956265f6
1 changed files with 2 additions and 2 deletions

4
cgi.d
View File

@ -5317,6 +5317,8 @@ unittest {
/// Base for storing sessions in an array. Exists primarily for internal purposes and you should generally not use this.
interface SessionObject {}
private immutable void delegate(string[])[string] scheduledJobHandlers;
version(with_breaking_cgi_features)
mixin(q{
@ -5832,8 +5834,6 @@ struct ScheduledJobHelper {
+/
}
private immutable void delegate(string[])[string] scheduledJobHandlers;
/++
First step to schedule a job on the scheduled job server.