mirror of https://github.com/adamdruppe/arsd.git
I'm adapted it in order to keep it working with the original DMD
I just changed the function's name, now everything works with no warning messages.
This commit is contained in:
parent
d0b857578c
commit
53244ea2d4
2
core.d
2
core.d
|
|
@ -8634,7 +8634,7 @@ class LoggerOf(T, size_t bufferSize = 16) {
|
||||||
logger.condition.notifyAll();
|
logger.condition.notifyAll();
|
||||||
}
|
}
|
||||||
// mark us as complete for other listeners waiting as well
|
// mark us as complete for other listeners waiting as well
|
||||||
event.set();
|
event.setIfInitialized();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue