0xProject / 0x-monorepo

0x protocol monorepo - includes our smart contracts and many developer tools
Other
1.41k stars 467 forks source link

fix: asset-swapper yield to the event loop every mix path #2637

Closed dekz closed 4 years ago

dekz commented 4 years ago

Description

Yield to the event loop during CPU intensive tasks. Adds a little overheard but allows other tasks to be worked on (i.e move something to waiting to i/o waiting)