crossroads

Git mirror of https://crossroads.e-tunity.com/
git clone git://git.finwo.net/app/crossroads
Log | Files | Refs | LICENSE

execute.cc (99B)


      1 #include "thread"
      2 
      3 // Dummy incase the derived class doesn't define one
      4 void Thread::execute() {
      5 }