Constructor * * @note Serves as a simpler delegate constructor * @note As queue options, default conservative options will be used * * @param[in] ctx Context to create queue for * @param[out] status Status information if requested */
| 451 | * @param[out] status Status information if requested |
| 452 | */ |
| 453 | explicit Queue(Context &ctx, StatusCode *status = nullptr) : Queue(ctx, Options(), status) |
| 454 | { |
| 455 | } |
| 456 | /** Constructor |
| 457 | * |
| 458 | * @note As queue options, default conservative options will be used |
nothing calls this directly
no test coverage detected