harn-stdlib 0.8.18

Embedded Harn standard library source catalog
Documentation
1
2
3
4
/** Capture agent events for session_id while body runs. */
pub fn agent_capture_events(session_id, body) {
  return __host_agent_capture_events(session_id, body)
}