libasync.test

Undocumented in source.

Members

Functions

testDNS
void testDNS()
Undocumented in source. Be warned that the author may not have intended to support it.
testDirectoryWatcher
void testDirectoryWatcher()
Undocumented in source. Be warned that the author may not have intended to support it.
testEvents
void testEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
testFile
void testFile()
Undocumented in source. Be warned that the author may not have intended to support it.
testHTTPConnect
void testHTTPConnect()
Undocumented in source. Be warned that the author may not have intended to support it.
testMultiTimer
void testMultiTimer()
Undocumented in source. Be warned that the author may not have intended to support it.
testOneshotTimer
void testOneshotTimer()
Undocumented in source. Be warned that the author may not have intended to support it.
testSharedEvent
void testSharedEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
testSignal
void testSignal()
Undocumented in source. Be warned that the author may not have intended to support it.
testTCPConnect
void testTCPConnect(string ip, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
testTCPListen
void testTCPListen(string ip, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
testTLSEvent
void testTLSEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
trafficHandler
void trafficHandler(TCPEvent ev)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

gs_start
SysTime gs_start;
Undocumented in source.

Structs

Msg
struct Msg
Undocumented in source.

Variables

cache_path
string cache_path;
Undocumented in source.
g_cbCheck
bool[] g_cbCheck;
Undocumented in source.
g_cbTimerCnt
int g_cbTimerCnt;
Undocumented in source.
g_conn
AsyncTCPConnection g_conn;
Undocumented in source.
g_dns
AsyncDNS g_dns;
Undocumented in source.
g_evl
EventLoop g_evl;
Undocumented in source.
g_httpConnect
AsyncTCPConnection g_httpConnect;
Undocumented in source.
g_lastTimer
SysTime g_lastTimer;
Undocumented in source.
g_listnr
AsyncTCPListener g_listnr;
Undocumented in source.
g_message
string g_message;
Undocumented in source.
g_notifier
AsyncNotifier g_notifier;
Undocumented in source.
g_swDns
StopWatch g_swDns;
Undocumented in source.
g_tcpConnect
AsyncTCPConnection g_tcpConnect;
Undocumented in source.
g_timerMulti
AsyncTimer g_timerMulti;
Undocumented in source.
g_timerOneShot
AsyncTimer g_timerOneShot;
Undocumented in source.
g_watcher
AsyncDirectoryWatcher g_watcher;
Undocumented in source.
g_writes
int g_writes;
Undocumented in source.
gs_file
AsyncFile gs_file;
Undocumented in source.
gs_hshr
Msg* gs_hshr;
Undocumented in source.
gs_shrEvent
AsyncSignal gs_shrEvent;
Undocumented in source.
gs_shrEvent2
AsyncSignal gs_shrEvent2;
Undocumented in source.
gs_tlsEvent
AsyncSignal gs_tlsEvent;
Undocumented in source.

Meta