huntlabs / hunt

A refined core library for D programming language. The module has concurrency / collections / event / io / logging / text / serialization and more.
Apache License 2.0
95 stars 15 forks source link

Change hunt.io functions name. #64

Closed zoujiaqing closed 4 years ago

zoujiaqing commented 5 years ago

TcpListener.onConnectionAccepted -> TcpListener.onConnection DataReceivedHandler -> ReceiveHandler AcceptHandler -> AcceptHandler

Heromyth commented 4 years ago

It fixed in v1.4.0