Support async builders for Nodes and Sections
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 72
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
There may be use cases where a Node or Section builder needs to perform network i/o in order to build its workflow elements properly. To make that work, it's important for us to allow the builder to perform async operations.
Builders might also want to access World resources, so we should provide them with a Channel, which would work well with support for async building.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining the Node and Section builder APIs and the Channel definition in src/channel.rs, then trace how World resources reach builders. The issue does not name test files or define exact completion criteria; done should cover asynchronous builder operations and Channel access for resource use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100