You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
511 B

10 years ago
  1. /* -*- coding: utf-8 -*-
  2. * ----------------------------------------------------------------------
  3. * Copyright © 2012, RedJack, LLC.
  4. * All rights reserved.
  5. *
  6. * Please see the COPYING file in this distribution for license
  7. * details.
  8. * ----------------------------------------------------------------------
  9. */
  10. #ifndef LIBCORK_THREADS_H
  11. #define LIBCORK_THREADS_H
  12. /*** include all of the parts ***/
  13. #include <libcork/threads/atomics.h>
  14. #include <libcork/threads/basics.h>
  15. #endif /* LIBCORK_THREADS_H */