8.2 Binarygenerator Interface

ORIGIN  'socketgenerator';
LIB_DEF 'processbinarygen' '../lib';

INCLUDE 'binarysocket';
BODY 'private/binarygenbody';

-- socketgeneratorlib:attributes --
(* accept a connection and return a binarySocket on it *)
getBinaryConnection: withIdleAndPE
  (# sockType:< BinarySocket;
     sock: ^sockType;
     timeout: @integer;
  enter timeout
  ...
  exit sock[]
  #)


8.2 Binarygenerator Interface
© 1994-2004 Mjølner Informatics
[Modified: Thursday August 6th 1998 at 13:55]