core-lightning/contrib/pylightning/lightning
Christian Decker cc4fbfca43 pylightning: Add the background keyword to hooks and methods
This indicates that the method or hook will accepts a request
parameter, and will use that to return the result or raise an
exception instead of returning the return value. This allows the hook
or method to stash the incomplete request or pass it around, without
blocking the JSON-RPC interface.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-02-22 02:59:36 +00:00
..
__init__.py pylightning: handle msat fields in JSON more appropriately. 2019-02-21 03:44:44 +00:00
lightning.py pylightning: Don't always use request ID 0 2019-02-22 02:59:36 +00:00
plugin.py pylightning: Add the background keyword to hooks and methods 2019-02-22 02:59:36 +00:00
test_plugin.py pylightning: Exception if we have unfulfilled positional arguments 2019-02-22 02:59:36 +00:00