$buffer */ public function __construct(private ThreadSafeArray $buffer){} public function write(string $str) : void{ $this->buffer[] = $str; } }