A decorator that modifies a tasklet function to avoid the need to call tasklet.run(func()) or tasklet.Tasklet(func()).
tasklet.run(func())
tasklet.Tasklet(func())