• Vincent Pelletier's avatar
    IdTool: Add poisoning support. · d9a491fc
    Vincent Pelletier authored
    Allows for safe migration to another id generator, by preventing silent
    success of any piece of code still using the former generator, allowing
    its detection and resolution before duplicate ids are emitted.
    As a consequence, also allows on-demand and partial migration of id
    generators.
    d9a491fc
IdGenerator.py 5.66 KB