Namespaces | |
namespace | JetByteTools |
namespace | JetByteTools::IO |
Classes | |
class | ILimitPendingWrites |
An interface to an object that manages the number of writes currently in progress and that can disallow any more write requests being made. Call CanWrite() when you wish to issue a new write request and when it returns you can issue your write and call WriteComplete() when the write is complete. More... |