Skip to content
  • Kenneth Moreland's avatar
    Add Transport class · 30558cf7
    Kenneth Moreland authored
    The Transport class is responsible for moving data from the control
    environment to the execution environment. (Actually, it might be more
    accurate to say it gets the execution environment associated with a
    given control object.) The Transport class is templated with a tag that
    controls the mechanism used for the transport.
    30558cf7