MCPcopy Create free account
hub / github.com/LMMS/lmms / waitForInitDone

Function waitForInitDone

include/RemotePlugin.h:802–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

800 }
801
802 inline void waitForInitDone( bool _busyWaiting = true )
803 {
804 m_failed = waitForMessage( IdInitDone, _busyWaiting ).id != IdInitDone;
805 }
806
807 virtual bool processMessage( const message & _m );
808

Callers 2

initMethod · 0.85
tryLoadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected