Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 260 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 260 Bytes

cpp-go-channel

go style channel in cpp

Version

simple.cpp

A very basic channel with manually coroutine resume

simple_symmetric_transfer.cpp

Channel with

  • symmetric coroutine control transfer
  • reduce dynamic allocation with intrusive list