package picos

  1. Overview
  2. Docs

Source file systhreads.ml

1
2
3
4
5
6
7
8
# 1 "lib/picos_threaded/systhreads.posix.ml"
let yield = Thread.yield

type t = Thread.t

let self = Thread.self
let create = Thread.create
let join = Thread.join
OCaml

Innovation. Community. Security.