SkillAgentSearch skills...

Nosync

Prevent sync functions in your node programs after first tick

Install / Use

/learn @isaacs/Nosync
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Want to prevent accidentally calling sync functions?

require("nosync") will clog that drain for you, by making all sync functions throw after the next tick.

This still allows you to do whatever you need to in the setup phase of your program, where synchronous IO is a good thing.

Related Skills

View on GitHub
GitHub Stars37
CategoryDevelopment
Updated3y ago
Forks2

Languages

JavaScript

Security Score

60/100

Audited on Jan 28, 2023

No findings