Hi there,
I'm using tokamak with rustup under Windows10 64 bit with atom. When I hit "run" I often see
Blocking waiting for file lock on build directory
The process then waits for approx 1 minute before the actual compile starts. Somebody on StackOverflow made the guess that my atom is using cargo in the background in order to check the syntax of my code at the same time so that effectively 2 instances of cargo are running by then.
Did anybody else encounter this behaivor? Is there anything I can change in the config to fix this?
Thx
Hi there, I'm using tokamak with rustup under Windows10 64 bit with atom. When I hit "run" I often see
Blocking waiting for file lock on build directory
The process then waits for approx 1 minute before the actual compile starts. Somebody on StackOverflow made the guess that my atom is using cargo in the background in order to check the syntax of my code at the same time so that effectively 2 instances of cargo are running by then. Did anybody else encounter this behaivor? Is there anything I can change in the config to fix this? Thx