a0ec911e681c964af800b7f36db6c302fa6c2d4a
Some parts of the package actions code are now multithreaded and some other will likely become that in the near future. For this reason, all the TextInterface.output calls are now wrapped and synchronized by a mutex. Ideally, this synchronization could have gone directly into entropy.output but I am reluctant about placing expensive locking so deep into the code at this time.
Description
No description provided
Languages
Python
98.8%
Shell
0.7%
Makefile
0.4%