Submit a single operation to the underlying backend.

Synopsis

Declared in <folly/io/async/AsyncBase.h>

virtual
int
submitOne(AsyncBase::Op* op) = 0;

Return Value

The number of operations submitted.

Parameters

Name

Description

op

The operation to submit.

Created with MrDocs