Skip to content

Commit

Permalink
libtock: services: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed May 7, 2024
1 parent 78812e7 commit d883da0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions libtock/services/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Libtock Services
================

This directory holds higher-level services that build on top of the raw syscalls
defined in other folders in the `libtock` directory.

Unlike the other libtock interfaces, services defined in this folder can have
internal state, though any functionality that requires calls to `yield()`
still belongs in `libtock-sync`.

0 comments on commit d883da0

Please sign in to comment.