rust/src/rt/sync/sync.h

10 lines
101 B
C
Raw Normal View History

#ifndef SYNC_H
#define SYNC_H
class sync {
public:
static void yield();
};
#endif /* SYNC_H */