Function Queue.putNowait

Put an item into the queue without blocking.

If no free slot is immediately available, throw QueueFullException.

Prototype

void putNowait(
  T item
);

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0