Azure / azure-functions-nodejs-worker

The Node.js worker for the Azure Functions runtime - https://functions.azure.com
MIT License
107 stars 44 forks source link

Rename worker channel to worker context #690

Closed ejizba closed 1 year ago

ejizba commented 1 year ago

No functional changes, just renaming.

I've been on a steady quest to destroy WorkerChannel since at least Feb of 2022, and with this PR I feel like I'm finally done! The new naming reflects its slimmed down nature and matches InvocationContext/HookContext/AppContext/etc.

cry