DONTWAIT


Description:

DONTWAIT

when the bufferpool is empty, acquire_buffer will by default block until a buffer is released into the pool again.

Setting this flag makes acquire_buffer return EOS instead of blocking.