FlowQueue constructor
FlowQueue(
- String tableName
Creates a queue that persists tasks in tableName.
Implementation
FlowQueue(String tableName) : _tableName = tableName;
Creates a queue that persists tasks in tableName.
FlowQueue(String tableName) : _tableName = tableName;