Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - kkerbel

Pages: [1]
1
General Discussion about just::thread / Need justthread for debian armel
« on: August 11, 2012, 10:42:00 AM »
Is it possible to get the source so I can compile this for debian/armel or is there anyway you can cross compile it?  Thanks! 

This is urgent!

Kit

2
class a {
   void afunction(int a);
   ...
};

//this is obviously an incomplete class...just trying to make clear what I'm trying to do... :-)

how do I go about doing something like...

thread dosomething(afunction, 32);
dosomething.detach();

3
General Discussion about just::thread / Lambda functions
« on: July 27, 2012, 07:14:06 AM »
Are they possible with this library?  Thanks.

Pages: [1]