nanomsg.wrap

This module implements a D convenience API for nanomsg

Members

Enums

HiddenTest
enum HiddenTest
Undocumented in source.
isNanoSocket
eponymoustemplate isNanoSocket(T)
Undocumented in source.

Functions

checkNanoSocket
void checkNanoSocket()
Undocumented in source. Be warned that the author may not have intended to support it.
responder
void responder(string uri, int timeoutMs)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

No (from std.typecons)
public import std.typecons : Yes, No;
Undocumented in source.
Yes (from std.typecons)
public import std.typecons : Yes, No;
Undocumented in source.

Structs

BindTo
struct BindTo
Undocumented in source.
ConnectTo
struct ConnectTo
Undocumented in source.
NanoSocket
struct NanoSocket
Undocumented in source.
Respond
struct Respond
Undocumented in source.
Stop
struct Stop
Undocumented in source.

Meta