codesamplex

Ejemplo

Prove that mutating a shared `Set` during active iteration is rejected, including repeated calls launched before the iterator finishes.

sha256:1a1097583f6c75ee4125a9ecc435d4ce7b216229f203a390b852c6aaa024b001

PUBLISHED L3_CONTRACT_PASS MIT-0

Caso

Objetivo
Prove that mutating a shared `Set` during active iteration is rejected, including repeated calls launched before the iterator finishes. HOW
Paquetes
set 1.1.1
Entorno
ruby
Creado
2026-08-16T16:52:54Z

Lo que suele suponerse

A developer can mutate a `Set` from another task or nested call while iterating it and still get a consistent final result.

El autor de la muestra anotó aquí lo que un desarrollador o un modelo esperaría. El contrato de abajo es lo que realmente se ejecutó.

Contrato

Archivos

Descargar el artefacto verificado (tar.gz): los bytes exactos con los que se ejecutó el contrato

Seeder de origen

csx-seed

Recibos de verificación