MCPcopy Create free account
hub / github.com/AimRT/AimRT / SubscribeOn

Method SubscribeOn

src/interface/aimrt_module_cpp_interface/context/context.h:326–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324// subscriber subscribe on
325template <class T, concepts::SupportedSubscriber<T> TCallback>
326void OpSub::SubscribeOn(const res::Subscriber<T>& ch, aimrt::executor::ExecutorRef exe, TCallback callback) {
327 DoSubscribe(ch, std::move(callback), std::move(exe));
328}
329
330// subscriber subscribe
331template <class T, concepts::SupportedSubscriber<T> TCallback>

Callers 1

CreateSubscriberMethod · 0.80

Calls 2

GetCurrentContextFunction · 0.85
subMethod · 0.80

Tested by

no test coverage detected