nim-libp2p/libp2p/stream
Tanguy Cizain caac8191d2
Change newXXXX procs to XXXX.new (#585)
* newBufferStream -> BufferStream.new

* newMultistream -> MultistreamSelect.new

* newSecio -> Secio.new

* newNoise -> Noise.new

* newPlainText -> PlainText.new

* newPubSubPeer -> PubSubPeer.new

* newIdentify -> Identify.new

* newMuxerProvider -> MuxerProvider.new
2021-06-07 09:32:08 +02:00
..
bufferstream.nim Change newXXXX procs to XXXX.new (#585) 2021-06-07 09:32:08 +02:00
chronosstream.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
connection.nim fix imports 2021-06-02 12:24:06 -06:00
lpstream.nim add base exception class and fix hierarchy 2021-06-02 12:24:04 -06:00
streamseq.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00