mirror of https://github.com/adamdruppe/arsd.git
mistake
This commit is contained in:
parent
29a9c163c5
commit
35956265f6
4
cgi.d
4
cgi.d
|
@ -5317,6 +5317,8 @@ unittest {
|
||||||
/// Base for storing sessions in an array. Exists primarily for internal purposes and you should generally not use this.
|
/// Base for storing sessions in an array. Exists primarily for internal purposes and you should generally not use this.
|
||||||
interface SessionObject {}
|
interface SessionObject {}
|
||||||
|
|
||||||
|
private immutable void delegate(string[])[string] scheduledJobHandlers;
|
||||||
|
|
||||||
version(with_breaking_cgi_features)
|
version(with_breaking_cgi_features)
|
||||||
mixin(q{
|
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.
|
First step to schedule a job on the scheduled job server.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue