Terra is compatible with standard C libraries for concurrency such as pthreads. You can see an example in the file tests/pthreads.t
Any C libraries that enable parallelism for C code should work with Terra code since the Terra compiler generates code that is ABI compatible with C. -- Zach On Sat, Jul 2, 2016 at 3:24 PM, Qingping Hou <[email protected]> wrote: > Hi all, > > Is there any good example or best practice guide for doing concurrent > (preferably preemptive) program with Terra? > > Thanks, > QP > _______________________________________________ > terralang mailing list > [email protected] > https://mailman.stanford.edu/mailman/listinfo/terralang >
_______________________________________________ terralang mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/terralang
