Service management through the for control structure.

The module is a proof-of-concept to investigate the abuse of the for structure to implement various services.

The idea is that, with a for, the service-provider can:

  • control the end of the service (thus can finalize things like releasing ressources)
  • communicate data with the user on each iteration; the used can also communicate results to the provider.

All subgroups and modules

module for_abuse

for_abuse :: for_abuse

Service management through the for control structure.
package_diagram for_abuse\> for_abuse core core for_abuse\>->core

Ancestors

group codecs

core > codecs

Group module for all codec-related manipulations
group collection

core > collection

This module define several collection classes.
group text

core > text

All the classes and methods related to the manipulation of text entities

Parents

group core

core

Nit common library of core classes and methods