File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -614,13 +614,13 @@ Registering a custom driver
614614Driver class must implement the following API:
615615
6166161 . ` new ` (constructs an instance of a driver), takes:
617- * the space object, in which the driver must store its tasks
618- * a callback to notify the main queue framework on a task state change
617+ * the space object, in which the driver must store its tasks
618+ * a callback to notify the main queue framework on a task state change
619619 (` on_task_change ` )
620- * options of the queue (a Lua table)
620+ * options of the queue (a Lua table)
6216211 . ` create_space ` - creates the supporting space. The arguments are:
622- * space name
623- * space options
622+ * space name
623+ * space options
624624
625625To sum up, when the user creates a new queue, the queue framework
626626passes the request to the driver, asking it to create a space to
You can’t perform that action at this time.
0 commit comments