Skip to content

Commit a9f3f00

Browse files
committed
RFC #80: Final touches.
1 parent 45a0cce commit a9f3f00

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

text/0080-simulation-task-groups.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
- Start Date: (fill in with date at which the RFC is merged, YYYY-MM-DD)
1+
- Start Date: 2025-07-28
22
- RFC PR: [amaranth-lang/rfcs#80](https://github.com/amaranth-lang/rfcs/pull/80)
3-
- Amaranth Issue: [amaranth-lang/amaranth#0000](https://github.com/amaranth-lang/amaranth/issues/0000)
3+
- Amaranth Issue: [amaranth-lang/amaranth#1620](https://github.com/amaranth-lang/amaranth/issues/1620)
44

55
# Simulation task groups
66

@@ -96,6 +96,8 @@ async def testbench(ctx):
9696
- Raise an exception if called multiple times or if called without calling `__aenter__()` first.
9797

9898
`Task` is added with the following methods:
99+
- `done() -> bool`
100+
- Return whether the task has completed.
99101
- `result() -> Any`
100102
- Get the return value of a completed task.
101103
- Raise an exception if the task has not completed.

0 commit comments

Comments
 (0)