samanbarghi / uThreads

A concurrent user-level thread library implemented in C++
Other
314 stars 22 forks source link

Provide exception handling #7

Open samanbarghi opened 9 years ago

samanbarghi commented 8 years ago

For performance purposes avoid using C++ exceptions (-fno-exceptions?). Maybe simply return and error number.