MCPcopy Create free account
hub / github.com/Haivision/srt / AtReturn

Method AtReturn

srtcore/api.cpp:1190–1194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1188 int eid;
1189 CUDTUnited* that;
1190 AtReturn(CUDTUnited* t, int e)
1191 : eid(e)
1192 , that(t)
1193 {
1194 }
1195 ~AtReturn() { that->m_EPoll.release(eid); }
1196 } l_ar(this, eid);
1197

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected