class

TermBuf::Batcher

Inherits TermBuf::Drawing < Reference < Object

Stability: stable — changes only in a major release.

Collects drawing commands so a whole frame reaches the owning fibre as one channel operation.

Instance methods

commands

What has been collected so far, in the order it was drawn.

Source
empty?

Whether anything has been drawn.

Source
issue(command : Command) : Nil

Collects command rather than sending it.

Source