pop abstract method

Future<Job?> pop(
  1. String queue
)

Pop a job from the queue

Implementation

Future<Job?> pop(String queue);