Remove async from envy module #30

Closed
opened 2026-06-30 21:03:00 -04:00 by phoenix · 0 comments
Owner

Functions don't need to be async. Adds too much overhead. Causing non-async functions to require more work to execute and get result (if any).

Functions don't need to be `async`. Adds too much overhead. Causing non-`async` functions to require more work to execute and get result (if any).
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: phoenix/schedtxt_models#30