Properly initialize file_per_thread_logger for rayon thread pool (#211)

* Properly initialize file_per_thread_logger for rayon thread pool
This commit is contained in:
Artur Jamro
2019-07-23 14:53:48 -07:00
committed by Dan Gohman
parent 1aff03a5b4
commit 794841b366
6 changed files with 47 additions and 5 deletions

View File

@@ -43,6 +43,7 @@ file-per-thread-logger = "0.1.1"
wabt = "0.8"
libc = "0.2.50"
errno = "0.2.4"
rayon = "1.1"
[workspace]