DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 440 (0x1b8) Types: TextFile Names: »V«
└─⟦bfaa708f6⟧ Bits:30000531 8mm tape, Rational 1000, INSIGHT 1_3_0 └─ ⟦c51948655⟧ »DATA« └─⟦266b31e86⟧ └─⟦this⟧
with Client; with Message; package Message_Dispatch is -- Client call in to get their messages procedure Get_Message (Client_Name : Client.Id; Packet : out Message.Packet); -- get any waiting packets. Block until one arrives if there -- is not currently any. procedure Free_Buffer (Pkt : Message.Packet); -- return packet to the pool. Very important to do this! end Message_Dispatch;