minor code cleanup

This commit is contained in:
gabime
2018-07-08 01:41:32 +03:00
parent 45da6c9c33
commit 887326e715
3 changed files with 7 additions and 21 deletions

View File

@@ -127,8 +127,8 @@ using level_hasher = std::hash<int>;
//
enum class async_overflow_policy
{
block, // Block until message can be enqueued
overrun_oldest // Discard oldest message in the queue if full when trying to add new item.
block, // Block until message can be enqueued
overrun_oldest // Discard oldest message in the queue if full when trying to add new item.
};
//