Changeset 20:38521bf10e24 in xplcommon for src/xplcommon/Thread.h


Ignore:
Timestamp:
12/30/12 16:45:26 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented the Waiter and the WaitableEvent classes for Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/Thread.h

    r7 r20  
    4646class Thread
    4747{
     48public:
     49    /**
     50     * Sleep for the given number of milliseconds.
     51     */
     52    static void sleep(unsigned millis);
     53
    4854public:
    4955    /**
Note: See TracChangeset for help on using the changeset viewer.