Frontmatter
| id | 3249 |
| title | Rename Neo.workerId to Neo.threadId |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Jul 3, 2022, 2:24 PM |
| updatedAt | Sep 13, 2024, 4:30 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3249 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 13, 2024, 4:30 AM |
Inside the main thread, we get
Neo.workerId = 'main'and this feels odd, since a main thread is not a worker. threadId feels more clear.