nbdl
nbdl copied to clipboard
Use FullDuplex Promises
Replace nbdl::promise
and friends with the facilities provided in the external FullDuplex library.
Tasks for completion:
- [ ] Move concrete Beast websocket server over from sc2_nbdl project.
- [ ] Remove current websocket "endpoint_base" stuff.
- [ ] Replace current browser websocket api "endpoint_base" stuff with full_duplex endpoint.
- [ ] Remove any vestigal abstract layer stuff that the "endpoint_base" stuff was using if any.