Pietro Gagliardi
|
8a81650b3d
|
Moved it all back; the preemptive multitaksing during an event handler kills us on all platforms. Going to have to restrict ALL GUI accss to happening from one t hread, so going to need to drop uitask entirely and have just a start() callback for startup code and a post() function for posting requests to windows (like channel sends but into a perpetual buffer).
|
2014-07-02 22:53:03 -04:00 |
Pietro Gagliardi
|
5d339e656b
|
Moved everything out of the way pending rewrite.
|
2014-07-02 17:13:40 -04:00 |
Pietro Gagliardi
|
607e710459
|
Restructured uitask to accept a limited range of actions. Implemented this on the Windows backend.
|
2014-07-01 11:55:57 -04:00 |
Pietro Gagliardi
|
ad2c8d9033
|
Renamed init.go to uitask.go because that should have been done ages ago.
|
2014-07-01 11:40:11 -04:00 |