summary refs log tree commit diff stats
path: root/lib/system/channels_builtin.nim
Commit message (Collapse)AuthorAgeFilesLines
* channel send() condition variable lock ordering (#20879)Ico Doornekamp2022-11-211-1/+1
|
* move threads out of system (#20674)ringabout2022-10-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move syslocks first * progress * clean up * go on * clean up * clean up * add imports syslocks * remove documentation * public deallocOsPages * fixes genode * fixes more * fixes boehmGC * cover more cases * fixes cyclic deps * fixes genode * cleanup * unpublic fields * cleanup * clean up
* Markdown indented code blocks (#20473)Andrey Makarov2022-10-051-8/+9
| | | | | | | | | | | | | | | | | | | | | | | * Implement Markdown indented code blocks Additional indentation of 4 spaces makes a block an "indented code block" (monospaced text without syntax highlighting). Also `::` RST syntax for code blocks is disabled. So instead of ```rst see:: Some code ``` the code block should be written as ```markdown see: Some code ``` * Migrate RST literal blocks :: to Markdown's ones
* fix code-block which causes missing docsflywind2021-09-111-2/+2
|
* rename channels to channels_builtin (#17330)flywind2021-03-121-0/+454
* improve test coverage for isolation * a bit better * rename channels to channels_builtin