Make NotificationQueue::Consumer::messageAvailable noexcept
authorAlan Frindell <afrind@fb.com>
Wed, 5 Apr 2017 23:37:16 +0000 (16:37 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 5 Apr 2017 23:51:06 +0000 (16:51 -0700)
commit674533ad47f61e0151bc298869fa7696c8147c94
tree5b5c88eff2f926d80d8f34e643766513462e67b8
parent120cc11d827f07e1bcbcc12132d871f167d5342b
Make NotificationQueue::Consumer::messageAvailable noexcept

Summary: There's a comment in that code that states that it *it* noexcept, and that is common for most folly async io callbacks.

Reviewed By: yfeldblum

Differential Revision: D4831800

fbshipit-source-id: 78894ad72504b9dfe540c14b8d7bbb29247aaf87
folly/io/async/AsyncServerSocket.cpp
folly/io/async/AsyncServerSocket.h
folly/io/async/EventBase.cpp
folly/io/async/NotificationQueue.h
folly/io/async/test/NotificationQueueTest.cpp