samples-python icon indicating copy to clipboard operation
samples-python copied to clipboard

Encourage synchronous activities more

Open cretz opened this issue 2 years ago • 0 comments

Describe the solution you'd like

  • Rename hello/hello_activity.py to hello/hello_activity_async.py (and README refs and what not)
  • Rename hello/hello_activity_threaded.py to hello/hello_activity.py (and README refs and what not)
  • Consider changing other samples to use def instead of async def where it makes sense

cretz avatar Sep 26 '23 14:09 cretz