picos_thread.ml
picos
picos.domain
picos.thread
1 2 3 4 5 # 1 "lib/picos.thread/picos_thread.posix.ml" let main_thread = Thread.self () let is_main_thread () = Thread.self () == main_thread module TLS = Thread_local_storage
1 2 3 4 5
# 1 "lib/picos.thread/picos_thread.posix.ml" let main_thread = Thread.self () let is_main_thread () = Thread.self () == main_thread module TLS = Thread_local_storage