You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In nodejs a lot of num modules use execSync or spawnSync. Some of these libs need complete re architecture just because there is no synchronous executor.
Would be nice to have it.
Describe the solution you'd like
Synchronous executor / command handler without async await.
Alternatives considered
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the problem
In nodejs a lot of num modules use
execSync
orspawnSync
. Some of these libs need complete re architecture just because there is no synchronous executor.Would be nice to have it.
Describe the solution you'd like
Synchronous executor / command handler without async await.
Alternatives considered
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered: