pib icon indicating copy to clipboard operation
pib copied to clipboard

sleep function blocks GUI

Open EtherDream opened this issue 6 years ago • 3 comments

and 100% CPU usage

EtherDream avatar Oct 12 '19 06:10 EtherDream

you should use a worker to prevent the GUI sleep

Dexus avatar Dec 10 '19 01:12 Dexus

Looks like we need to get this into a webworker stat!

seanmorris avatar Aug 22 '20 10:08 seanmorris

I've got something in VERY EARLY ALPHA

https://seanmorris.github.io/php-wasm/?code=%253C%253Fphp%250A%250Avrzno_timeout%281000%252C%2520function%28%29%257B%250A%2520%2520%2520%2520%250A%2520%2520%2520%2520print%2520%2522Second%21%255Cn%2522%253B%250A%2520%2520%2520%2520%250A%257D%29%253B%250A%250Aprint%2520%2522First%21%2522%253B%250A&persist=0&single-expression=0

seanmorris avatar Aug 28 '20 05:08 seanmorris