Files
test2/source/blender/blenlib
Bastien Montagne 04ac8768ef BLI_task: add support for full-background taskpools.
With current code, in single-threaded context, a pool of task may never be executed
until one calls BLI_task_pool_work_and_wait() on it, this is not acceptable for
asynchronous tasks where you never want to actually lock the main thread.

This commits adds an extra thread in single-threaded case, and a new 'type' of pool,
such that one can create real background pools of tasks. See code for details.

Review: D1565
2015-11-02 16:57:48 +01:00
..
2015-10-10 17:35:30 +02:00
2012-07-04 20:47:12 +00:00
2015-02-14 08:00:41 +11:00
2014-08-07 14:42:47 +10:00
2015-07-31 23:44:37 +10:00
2015-04-04 10:37:38 +11:00
2015-08-25 08:50:53 +10:00
2015-10-17 16:04:54 +11:00
2015-10-17 00:03:29 +11:00
2015-06-19 20:19:37 +10:00
2015-06-15 19:56:43 +10:00
2015-07-25 07:44:25 +10:00
2013-10-31 14:10:01 +00:00
2012-05-05 00:58:22 +00:00
2015-06-16 10:03:12 +10:00