Skip to content

Commit

Permalink
New channels implementation for ORC (#17305)
Browse files Browse the repository at this point in the history
* Update lib/std/channels.nim
* Rename tchannel_pthread.nim to tchannels_pthread.nim
* Rename tchannel_simple.nim to tchannels_simple.nim

Co-authored-by: Mamy Ratsimbazafy <[email protected]>
  • Loading branch information
ringabout and mratsim authored Mar 12, 2021
1 parent 2e730f1 commit a0b8a3d
Show file tree
Hide file tree
Showing 4 changed files with 902 additions and 1 deletion.
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,14 +223,16 @@

- Added `jscore.debugger` to [call any available debugging functionality, such as breakpoints.](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/debugger).


- Added `std/channels`.

- Added `htmlgen.portal` for [making "SPA style" pages using HTML only](https://web.dev/hands-on-portals).

- Added `ZZZ` and `ZZZZ` patterns to `times.nim` `DateTime` parsing, to match time
zone offsets without colons, e.g. `UTC+7 -> +0700`.




## Language changes

- `nimscript` now handles `except Exception as e`.
Expand Down
Loading

0 comments on commit a0b8a3d

Please sign in to comment.