chergert / iris

Message passing, Work-Stealing, Lock-Free, Dynamic Scheduling, and other buzzwords for GLib

This URL has Read+Write access

iris / NEWS
100644 16 lines (13 sloc) 0.625 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Overview of changes for 0.2.0
=============================
 
 * Add IrisGMainScheduler for applications that only use Asynchronous tasks
   and do not need real threads.
 * Allow setting the default scheduler for the process.
 * Additional documentation.
 * Cleanup of public API.
 * Add iris_task_all_of() and iris_task_any_of() to create tasks with
   specific task depenedencies.
 * Add basic support for OS X.
 * Add macros to make working with IrisTask simpler.
 * Allow specifying branch control in task handlers using iris_task_add_both().
 * iris_arbiter_coordinate() for a message-passing based reader-writer lock.