ADT
        arm-eh
        ast-experimental
        enum
        forall-pointer-decay
        jacob/cs343-translation
        new-ast-unique-expr
        pthread-emulation
        qualifiedEnum
      
      
        
          | 
            Last change
 on this file since 4bc27c0 was             487198c, checked in by Thierry Delisle <tdelisle@…>, 6 years ago           | 
        
        
          | 
             
Apparently forgot to commit the CASCON19 presentation 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            150 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | 
 | 
|---|
| 2 | 
 | 
|---|
| 3 | volatile bool shutdown = false;
 | 
|---|
| 4 | 
 | 
|---|
| 5 | large_compute_async(unsigned code, int lhs, int rhs, lambda_t callback);
 | 
|---|
| 6 | 
 | 
|---|
| 7 | 
 | 
|---|
| 8 | void main() {
 | 
|---|
| 9 |         while(!shutdown) {
 | 
|---|
| 10 | 
 | 
|---|
| 11 | 
 | 
|---|
| 12 |         }
 | 
|---|
| 13 | }
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.