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 7ea9444 commit 2246642Copy full SHA for 2246642
src/xcomm.hpp
@@ -54,6 +54,9 @@ namespace xeus_javascript
54
void send(const nl::json& data, const nl::json& metadata, const em::val& buffers);
55
void on_msg(const js_callback_type& callback);
56
void on_close(const js_callback_type& callback);
57
+
58
+ static std::unique_ptr<MyClass> create(std::string target_name, nl::json extra_kwargs);
59
60
61
private:
62
0 commit comments