Dreckr / Worker

Utility for easy concurrency with isolates
MIT License
35 stars 10 forks source link

Worker does not work on the browser #1

Open Dreckr opened 10 years ago

Dreckr commented 10 years ago

Current implementation uses spawn instead of spawnUri, which is not allowed on Dartium. Also, dart2js throws "Uncaught Illegal underlying port Instance of '_IsolatedSendPort' ".

Dreckr commented 10 years ago

This can't be resolved until spawnUri allows us to send custom objects across isolates or spawn is supported on client side.