Docs: add these prompts, I guess

This commit is contained in:
2026-06-06 19:20:43 -04:00
parent d4905f53df
commit 986e1833d0
2 changed files with 84 additions and 0 deletions
@@ -0,0 +1,7 @@
# Caller post-back uses getSelf io_context
Viral posting invokers resume the caller on the thread that issued `co_await`, using `callerIoContext` captured from `ComponentThread::getSelf()` at promise construction time.
Dynamic `ExplicitPostTarget` only affects post-TO (`initial_suspend`), not post-back.
See [post-to-and-back-in-invokables.md](post-to-and-back-in-invokables.md).