11 #include <ucxx/buffer.h>
22 std::shared_ptr<::ucxx::Future> createFuture(std::shared_ptr<::ucxx::Notifier> notifier);
24 std::shared_ptr<::ucxx::Future> createFutureWithEventLoop(
25 PyObject* asyncioEventLoop, std::shared_ptr<::ucxx::Notifier> notifier);
27 std::shared_ptr<::ucxx::Notifier> createNotifier();
29 std::shared_ptr<::ucxx::Worker>
createWorker(std::shared_ptr<ucxx::Context> context,
30 const bool enableDelayedSubmission,
31 const bool enableFuture);
std::shared_ptr< Worker > createWorker(std::shared_ptr< Context > context, const bool enableDelayedSubmission, const bool enableFuture)