Files
test/source
Bastien Montagne 2e8398c095 Get rid of BLI_task_pool_stop().
Comments said that function was supposed to 'stop worker threads', but
it absolutely did not do anything like that, was merely wiping out TODO
queue of tasks from given pool (kind of subset of what
`BLI_task_pool_cancel()` does).

Misleading, and currently useless, we can always add it back if we need
it some day, but for now we try to simplify that area.
2017-03-03 17:16:39 +01:00
..
2017-03-03 17:16:39 +01:00
2017-02-27 19:33:57 -05:00
2017-01-29 17:21:57 +03:00