MCPcopy Create free account
hub / github.com/apache/cloudstack / flush

Method flush

systemvm/agent/noVNC/core/display.js:303–314  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

301 }
302
303 flush() {
304 if (this._renderQ.length === 0) {
305 return Promise.resolve();
306 } else {
307 if (this._flushPromise === null) {
308 this._flushPromise = new Promise((resolve) => {
309 this._flushResolve = resolve;
310 });
311 }
312 return this._flushPromise;
313 }
314 }
315
316 fillRect(x, y, width, height, color, fromQueue) {
317 if (this._renderQ.length !== 0 && !fromQueue) {

Callers 15

monkeyrequestFunction · 0.45
writeProgressBarFunction · 0.45
x509CertificateToPemMethod · 0.45
encodeMethod · 0.45
sendMethod · 0.45
uploadFileMethod · 0.45
uploadVmdkFileMethod · 0.45
uploadResourceContentMethod · 0.45
_negotiateSecurityMethod · 0.45
_negotiateXvpAuthMethod · 0.45

Calls

no outgoing calls