mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-12 09:17:06 +00:00
Format
This commit is contained in:
committed by
Saeed Maleki
parent
701c01ed5e
commit
2513eea298
@@ -52,7 +52,7 @@ void register_core(nb::module_& m) {
|
||||
nb::arg("peer"), nb::arg("tag"))
|
||||
.def("recv", (std::future<std::vector<char>>(Bootstrap::*)(int, int)) & Bootstrap::recv, nb::arg("peer"),
|
||||
nb::arg("tag"));
|
||||
|
||||
|
||||
def_future<void>(m, "void");
|
||||
def_future<std::vector<char>>(m, "vector_char");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user