MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / waitForListsAvailable

Method waitForListsAvailable

pluginManager/src/PluginList.cpp:795–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793}
794
795void PluginList::waitForListsAvailable()
796{
797 ::WaitForSingleObject(_hListsAvailableEvent, INFINITE);
798}
799
800BOOL PluginList::listsAvailable()
801{

Callers 1

downloadAndPopulateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected