1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2026-04-18 21:11:23 +00:00
Files
CC-Tweaked/src/main
SquidDev 93cb6547bd Improvements for coroutine creation
- Keep track of the number of created and destroyed coroutines for each
   computer.
 - Run coroutines with a thread pool executor, which will keep stale
   threads around for 60 seconds. This substantially reduces the
   pressure from short-lived coroutines.
 - Update to the latest Cobalt version.
2018-11-21 16:47:06 +00:00
..