[TIMOB-12936] TiAPI: Implement multi-threading
GitHub Issue | n/a |
---|---|
Type | Epic |
Priority | Low |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2016-09-06T21:23:57.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | TiAPI |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Eric Merriman |
Created | 2013-03-04T18:15:07.000+0000 |
Updated | 2017-03-21T22:52:39.000+0000 |
Description
Adding threading to the SDK would be incredibly awesome. It would also be incredibly difficult because the current implementations are VERY non-thread-safe. We should use web workers as a basis for implementation because a) It's the only threading model Mobile Web can support and b) many of the JS engines already have support for it.
Dupe of TIMOB-16633.
Closing ticket as duplicate with reference to the above comments.