Change `build` to return `Future<void>`
Open
enhancement
- Dominant language
- Dart
- Stars
- 48
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
### Motivation
Constructing a DUT using `Module.build` or other time-consuming functions can be nice to run prior to `run` phase.
### Desired solution
Change `build` to return `Future`.
### Alternatives considered
_No response_
### Additional details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.