Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix inline literal syntax in blurb
  • Loading branch information
mpage committed Apr 28, 2023
commit 34e674e4e0d69754f2863096ade137e9f7b84e55
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ synchronous call stack while C3 is executing is only C3, C2. It's possible
to reconstruct this view in most cases using what is currently available in
CPython, however it's difficult to do so efficiently, and would be very
challenging to do so, let alone efficiently, in an out of process profiler
that leverages eBPF. This adds a new field `{cr,ag}_awaiter` to coroutines
that leverages eBPF. This adds a new field ``{cr,ag}_awaiter`` to coroutines
and async generators, respectively, that allows one to efficiently
reconstruct the chain of suspended coroutines.