File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments