mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-05-05 08:54:27 -04:00
10 lines
226 B
Text
10 lines
226 B
Text
=== ambient span (Lwt) ===
|
|
before any span: none
|
|
sync outer: sync-outer
|
|
sync inner: sync-inner
|
|
after sync: none
|
|
lwt outer: lwt-outer
|
|
lwt inner: lwt-inner
|
|
after lwt inner: lwt-outer
|
|
after lwt outer: none
|
|
after binds: bind-test
|