NAME

Developer::Dashboard::PageRuntime::StreamHandle - tied output handle for streamed bookmark runtime output

SYNOPSIS

tie *STDOUT, 'Developer::Dashboard::PageRuntime::StreamHandle',
  writer => sub { my ($chunk) = @_; ... };

DESCRIPTION

This helper turns print and printf calls inside streamed bookmark CODE execution into callback writes so the web server can forward output to the browser incrementally.

METHODS

TIEHANDLE, PRINT, PRINTF, CLOSE

Implement the tied-handle contract used by streamed bookmark Ajax execution.