11 #include <ucxx/buffer.h>
22 [[nodiscard]] std::shared_ptr<::ucxx::Future> createFuture(
23 std::shared_ptr<::ucxx::Notifier> notifier);
25 [[nodiscard]] std::shared_ptr<::ucxx::Future> createFutureWithEventLoop(
26 PyObject* asyncioEventLoop, std::shared_ptr<::ucxx::Notifier> notifier);
28 [[nodiscard]] std::shared_ptr<::ucxx::Notifier> createNotifier();
30 [[nodiscard]] std::shared_ptr<::ucxx::Worker>
createWorker(std::shared_ptr<ucxx::Context> context,
31 const bool enableDelayedSubmission,
32 const bool enableFuture);
std::shared_ptr< Worker > createWorker(std::shared_ptr< Context > context, const bool enableDelayedSubmission, const bool enableFuture)