Skip to content

Commit

Permalink
Add RAII vs RAII + functions to open questions
Browse files Browse the repository at this point in the history
Signed-off-by: Isaev, Ilya <[email protected]>
  • Loading branch information
isaevil committed Dec 9, 2024
1 parent 2bcc447 commit 122cbcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rfcs/proposed/parallel_block_for_task_arena/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@ Some open questions that remain:
only for already existing `task_arena`. Should it be possible for `this_task_arena` as well?
* What should be expected from "Parallel Phase" API for `this_task_arena` when a calling thread
doesn't yet have any associated arena?
* Should parallel phase API be limited only to RAII-only style?
* Are there any scenarios where incovinience of handling `scoped_parallel_phase` object is
not acceptable?
* Are there additional use cases that should be considered that we missed in our analysis?
* Do we see any value if arena potentially can transition from one to another state?
* What if different types of workloads are mixed in one application?
Expand Down

0 comments on commit 122cbcc

Please sign in to comment.