mun icon indicating copy to clipboard operation
mun copied to clipboard

Abstract acquire driver lock

Open baszalmstra opened this issue 4 years ago • 0 comments

The compiler driver is responsible for compiling Mun code not for logging information to the user. The Compiler and CompilerDaemon are. We need to add a way to communicate to the Compiler that acquiring a lock takes time or refactor this somehow so that the user of the driver is aware of this.

baszalmstra avatar Apr 10 '21 16:04 baszalmstra