Ada Programming/Libraries/Ada.Storage IO
From Wikibooks, the open-content textbooks collection
Contents |
[edit] Description
Ada.Storage_IO is not a general-purpose Input/Output package. It is designed for concurrent programming, and can be used to transfer elements from one task to another.
It allows you to store one element inside a memory buffer. The element needs to be of a definite subtype.
[edit] See also
[edit] Wikibook
- Ada Programming
- Ada Programming/Input Output
- Ada Programming/Libraries
- Ada Programming/Libraries/Ada