Construct a SimpleAsyncIO instance with the given configuration.
Synopsis
Declared in <folly/io/async/SimpleAsyncIO.h>
explicit
SimpleAsyncIO(Config cfg = Config());
Parameters
Name |
Description |
cfg |
Configuration for the instance. |
Created with MrDocs