Frontmatter
| id | 6863 |
| title | core.Base: isReady, readyPromise class fields, and support for an optional initAsync() method |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Jun 24, 2025, 8:18 PM |
| updatedAt | Jun 24, 2025, 8:58 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6863 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 24, 2025, 8:58 PM |
core.Base: isReady, readyPromise class fields, and support for an optional initAsync() method
tobiu closed this issue on Jun 24, 2025, 8:19 PM

tobiu
Jun 24, 2025, 8:57 PM
reopening, because we can do better: using Promise.resolve().then() REMOVES the need to put initRemote() into the macro task queue.
tobiu reopened this issue on Jun 24, 2025, 8:57 PM
tobiu closed this issue on Jun 24, 2025, 8:58 PM
construct()manually each time.