(library
 (public_name run_in_thread)
 (name run_in_thread)
 (libraries async_kernel)
 (instrumentation
  (backend bisect_ppx))
 (preprocess
  (pps ppx_version))
 (virtual_modules run_in_thread)
 (default_implementation run_in_thread.native))
