source:
doc/papers/IBM_CASCON19/server.cfa
@
8a930c03
Last change on this file since 8a930c03 was b6c3688, checked in by , 2 years ago | |
---|---|
|
|
File size: 150 bytes |
Rev | Line | |
---|---|---|
[487198c] | 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.