Pudu programming language
Menu
API reference

Std.Process.chunkSize

1 declaration

fn

chunkSize: Int

This is a callable function.

What it does

How many bytes a read asks for at once.

Large enough that reading a program's whole output does not cost a call

per line, small enough that a caller watching output sees it while it is

still being produced rather than in one piece at the end.

Read the signature

  • The text after the name is the type checked by Pudu.

Back to Std.ProcessSearch related declarations