We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ceac1b commit 7b76012Copy full SHA for 7b76012
README.md
@@ -601,6 +601,14 @@ notify the framework about the change.
601
I.e. for normal operation, even errors during normal operation, there
602
should be no exceptions.
603
604
+Registering a custom driver
605
+
606
+`register_driver(driver_name, tube_ctr)` - queue method is used to register
607
+ a custom driver. The arguments are:
608
+ * driver_name: unique driver name. Must be different from the core drivers
609
+ names.
610
+ * tube_ctr: implementation of tube control methods("create_space" and "new").
611
612
## Driver API
613
614
Driver class must implement the following API:
0 commit comments