Function Reactor.LOG_TRACEBACK_AS

Log the stack trace of a given fiber.

void LOG_TRACEBACK_AS (
  FiberHandle fh,
  string text,
  string file = __FILE_FULL_PATH__,
  ulong line = cast(ulong)__LINE__
) @nogc @safe;

The fiber should be in a valid state. This is the equivalent to the fiber itself running dumpStackTrace.