nitro_pi.hrl 198 B

12345678910
  1. -ifndef(NITRO_PI).
  2. -define(NITRO_PI, true).
  3. -include("n2o_core.hrl").
  4. -include("n2o.hrl").
  5. -spec start(#pi{}) -> {pid(),term()} | #error{}.
  6. -spec stop(term(),atom()) -> #pi{} | #error{}.
  7. -endif.