Closed sarimmehdi closed 2 years ago
The standard log blocks the calling thread. I want too know if this one can do logging without blocking the calling thread
No. All of the work has been done by the time the Tree is called and there's no point doing a context switch.
The standard log blocks the calling thread. I want too know if this one can do logging without blocking the calling thread