Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 493 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 493 Bytes

Introduction

libcsp is a high performance concurrency C library influenced by the CSP model.

Features

  • Multiple cpu cores supported.
  • High performance scheduler.
  • Stack size statically analyzed in compile time.
  • Lock-free channel.
  • Netpoll and timer are supported.

Documentation

Go to https://libcsp.dev for the documentation.

License

Libcsp is licensed under the MIT license.