nbdl icon indicating copy to clipboard operation
nbdl copied to clipboard

Network Based Data Layer: C++ Framework for Managing Application State Across Network

Results 2 nbdl issues
Sort by recently updated
recently updated
newest added

Replace `nbdl::promise` and friends with the facilities provided in the external FullDuplex library.

For applications, the typical use case is such that the user makes a request (upstream message) and expects to know its status at any given moment. For access points that...

enhancement