ensure_only_one_thread.h
Go to the documentation of this file.
1 #ifndef art_Framework_Services_Registry_detail_ensure_only_one_thread_h
2 #define art_Framework_Services_Registry_detail_ensure_only_one_thread_h
3 
4 #include "fhiclcpp/fwd.h"
5 
6 namespace art::detail {
7  void ensure_only_one_thread(fhicl::ParameterSet const& service_pset);
8 }
9 
10 #endif /* art_Framework_Services_Registry_detail_ensure_only_one_thread_h */
11 
12 // Local Variables:
13 // mode: c++
14 // End:
void ensure_only_one_thread(fhicl::ParameterSet const &service_pset)