Sha256: 60159a63278462fd3a0e77c71b16d6e667c4b513ccb8495058571dfd9b52a09d

Contents?: true

Size: 565 Bytes

Versions: 1

Compression:

Stored size: 565 Bytes

Contents

-record(state, {lsock = undefined,      % the listen socket
                hq = queue:new(),       % high priority queue
                lq = queue:new(),       % low priority queue
                count = 0,              % total request count
                map = undefined}).      % module map. tuples of {Mod, Id}

-record(request, {sock = undefined,     % connection socket
                  infos = [],           % list of info binaries
                  action = undefined,   % action binary
                  priority = high}).    % priority [ high | low ]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ernie-2.0.0 elib/ernie.hrl