Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/executor.cfa

    ra51c0c0 rfd54fef  
    77#include <containers/list.hfa>
    88
    9 forall( dtype T | $dlistable(T, T) ) {
     9forall( T & | $dlistable(T, T) ) {
    1010        monitor Buffer {                                                                        // unbounded buffer
    1111                dlist( T, T ) queue;                                                    // unbounded list of work requests
Note: See TracChangeset for help on using the changeset viewer.