stream< T >¶
Values of type T that is made available continously until terminated. Typically used for modelling service-based request returning unbounded data.
When translating ALFA to a target framework or language, if the target has no representation of stream, it may be represented as a iterator< T > representation in the target.
stream is only permitted as a service or library function argument or return type.