fcgi.stdio

Undocumented in source.

Public Imports

fcgi.app
public import fcgi.app;
Undocumented in source.
std.concurrency
public import std.concurrency;
Undocumented in source.

Members

Aliases

ThreadProc
alias ThreadProc = void function(size_t n)
Undocumented in source.

Functions

flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
putc
void putc(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
read
size_t read(T buf)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(S args)
Undocumented in source. Be warned that the author may not have intended to support it.
writef
void writef(char[] fmt, S args)
Undocumented in source. Be warned that the author may not have intended to support it.
writefln
void writefln(char[] fmt, S args)
Undocumented in source. Be warned that the author may not have intended to support it.
writeln
void writeln(S args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta