Skip to content

Commit 7604c82

Browse files
committed
Add a line explaining requestor-driven tasks
1 parent e397f5d commit 7604c82

File tree

1 file changed

+3
-1
lines changed
  • docs/specification/draft/basic/utilities

1 file changed

+3
-1
lines changed

docs/specification/draft/basic/utilities/tasks.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ Tasks represent parties as either "requestors" or "receivers," defined as follow
2424

2525
## User Interaction Model
2626

27-
Tasks are designed to be **requestor-driven** - requestors are responsible for augmenting requests with tasks and for polling for the results of those tasks; meanwhile, receivers tightly control which requests (if any) support task-based execution and manage the lifecycles of those tasks.
27+
Tasks are designed to be **requestor-driven** - requestors are responsible for augmenting requests with tasks and for polling for the results of those tasks; meanwhile, receivers tightly control which requests (if any) support task-based execution and manages the lifecycles of those tasks.
28+
29+
This requestor-driven approach ensures deterministic response handling and enables sophisticated patterns such as concurrent request dispatching, which only the requestor has sufficient context to orchestrate.
2830

2931
Implementations are free to expose tasks through any interface pattern that suits their needs — the protocol itself does not mandate any specific user interaction model.
3032

0 commit comments

Comments
 (0)