Skip to content

Differences from Tame

Sidney San Martín edited this page Jul 26, 2013 · 1 revision
  • In Team, functions block. If you want to fire and forget, or execute several tasks in parallel, you have to explicitly spawn them with A{ … }.

  • Team works with virtual, overloaded, and templated functions

  • Normal variable scope works with Team. (Tame uses tvars { … } blocks to declare variables that can be used on both sides of an async call.) You still have to be aware of variables changing or going out of scope while they're being used by another task.

Clone this wiki locally