chat

Simplified D translation of example_chat.cpp from the original repo.

Members

Classes

ChatClient
class ChatClient

Our chat client

ChatServer
class ChatServer

Our chat server

MessageQueue
class MessageQueue

A simple input message queue to work across threads. Handles local user input.

Functions

main
void main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
userInputEntrypoint
void userInputEntrypoint()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

defaultServerPort
enum ushort defaultServerPort;
Undocumented in source.
outbox
auto outbox;
Undocumented in source.
quit
bool quit;
Undocumented in source.

Meta