Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Haivision/srt
/ WSAEventRef
Method
WSAEventRef
srtcore/channel.cpp:839–842 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
837
{
838
public:
839
WSAEventRef()
840
: e(::WSACreateEvent())
841
{
842
}
843
~WSAEventRef()
844
{
845
::WSACloseEvent(e);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected