alloc / cush

WIP module bundler 🎁
MIT License
0 stars 0 forks source link

Use main process until workers are ready #31

Open aleclarson opened 5 years ago

aleclarson commented 5 years ago

It can take 300-500ms to start a worker process and configure its plugins.

During that time, we should use the main process instead of waiting.