| GraphInterpreterDumpWaits Method |
Debug utility to dump the "waits-on" relationships in DOT format to the console for analysis of deadlocks.
Only invoke this after the interpreter completely settled, otherwise the results might be off. This is a very
simplistic tool, make sure you are understanding what you are doing and then it will serve you well.
Namespace:
Akka.Streams.Implementation.Fusing
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax member DumpWaits : unit -> unit
See Also