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 groups 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

Parents

package core

core

Nit common library of core classes and methods