Azure / azure-functions-durable-js

JavaScript library for using the Durable Functions bindings
https://www.npmjs.com/package/durable-functions
MIT License
128 stars 46 forks source link

Update inaccurate comment in samples #484

Closed hossam-nasr closed 1 year ago

hossam-nasr commented 1 year ago

Technically, they aren't Promises, but Tasks. They shouldn't be awaited for example. Even though they're similar, we shouldn't confuse users by referring to them as Promises. These samples are used in our docs.