# Functions
AsyncInstallSolcs performs asynchronously installation of compilers Returns slice of installed compiler versions, slice of NOT installed compiler versions and error If the context was cancelled, stops the installation and removes the compilers installed during the installation.
InstallSolc Returns nil if the installation completed successfully.
InstallSolcs performs sequentially installation of compilers Returns slice of installed compiler versions, slice of NOT installed compiler versions and error If the context was cancelled, stops the installation and removes the compilers installed during the installation.