inline-css icon indicating copy to clipboard operation
inline-css copied to clipboard

Blocks event loop for too long

Open binarykitchen opened this issue 9 years ago • 0 comments

Internal measurements have shown that this module can block node's internal event loop for about 200ms which is quite a long time.

Any chance you could break down internal async function blocks with setImmediate() or process.nextTick?

binarykitchen avatar Sep 24 '16 03:09 binarykitchen