Skip to content

Migrate the components template from lazy_static to use LazyCell or LazyLock #115

@JayanAXHF

Description

@JayanAXHF

lazy_static is largely obsolete in favour of options in the standard library like LazyCell and LazyLock. I suggest that we migrate the components template to use LazyCell (or LazyLock if thread safety is needed) instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions