forked from boostorg/beast
committed by
Vinnie Falco
parent
60e133ab4c
commit
871ebf1c1c
@@ -6,6 +6,7 @@ Version 83:
|
|||||||
* Turn some flat_static_buffer_tests on
|
* Turn some flat_static_buffer_tests on
|
||||||
* Documentation work
|
* Documentation work
|
||||||
* read_some, async_read_some return bytes used
|
* read_some, async_read_some return bytes used
|
||||||
|
* Fix private timer::clock_type
|
||||||
|
|
||||||
WebSocket
|
WebSocket
|
||||||
|
|
||||||
|
@@ -22,9 +22,11 @@ public:
|
|||||||
|
|
||||||
class timer
|
class timer
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
using clock_type =
|
using clock_type =
|
||||||
std::chrono::system_clock;
|
std::chrono::system_clock;
|
||||||
|
|
||||||
|
private:
|
||||||
clock_type::time_point when_;
|
clock_type::time_point when_;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user