Frontmatter
| id | 6026 |
| title | main.addon.FileSystemAccess: use async methods |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Oct 8, 2024, 1:12 PM |
| updatedAt | Oct 8, 2024, 1:13 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6026 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 8, 2024, 1:13 PM |
@gplanansky: we should use async methods here, since the 3 target API methods itself are async too.
For remote method access it does not matter, since neo will handle it, however, devs could use it inside other main thread addons.
I will add
@returnsdoc comments while i am on it.