mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
… it performs a deep copy internally fixes #25324 notes that > Enabling `-d:nimPreviewSlimSystem` removes the import of `channels_builtin` in in the `system` module, which is replaced by [threading/channels](https://github.com/nim-lang/threading/blob/master/threading/channels.nim).