Function Queue.getNowait

Remove and return an item from the queue.

Return an item if one is immediately available, else throw QueueEmptyException.

Prototype

T getNowait();

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0