struct
TermBuf::Commands::Apply
- TermBuf::Commands::Apply
- Struct
- Value
- Object
Overview
Run arbitrary work against the buffer on the owning fibre. The escape hatch for anything the command set does not cover, and the only safe way to read the buffer from outside.
Defined in:
termbuf/terminal/command.crConstructors
Instance Method Summary
- #action : Buffer -> Nil
- #clone
- #copy_with(action _action = @action, reply _reply = @reply)
- #reply : Channel(Exception | Nil) | Nil