Skip to content

thread_id always 1 #199

@michaellilltokiwa

Description

@michaellilltokiwa

This code does not work as originally intended since thread_id_count is not a global variable

module logger is

  # Atomic integer to maintain a unique thread ID
  thread_id_count := concur.atomic 0

  # Thread local storage for thread IDs
  thread_id :=

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions