Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed Nov 21, 2024
1 parent c417622 commit 2c9ac87
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,28 @@
- Event
- Sleep

## Build & Run

Getting started.

```bash
make clean && bear -- make compile && make
```

Run precommit checks locally.

```bash
./ci/precommit.bash
```

## Reference

- [Stackless Coroutines in C by @vityaman](https://github.com/vityaman-edu/c-coroutines)

- [Stepik OS Course by CSCenter](https://github.com/cscenter/OS_online_course)
- [Concurrency Course by Roman Lipovsky](https://gitlab.com/Lipovsky/concurrency-course)

- [Concurrency Course by Roman Lipovsky: Repository](https://gitlab.com/Lipovsky/concurrency-course)

- [Concurrency Course by Roman Lipovsky: Lectures](https://youtube.com/playlist?list=PL4_hYwCyhAva37lNnoMuBcKRELso5nvBm)

- [Concurrency Course by Roman Lipovsky: Seminars](https://youtube.com/playlist?list=PL4_hYwCyhAvYTxm55RBm_HA5Bq5W1Nv-R)

0 comments on commit 2c9ac87

Please sign in to comment.