Turi Create  4.0
combine_base.hpp File Reference
#include <exception>
#include <memory>
#include <ml/neural_net/TaskQueue.hpp>

Go to the source code of this file.

Classes

class  turi::neural_net::CallableTransform< T, Callable >
 
class  turi::neural_net::FuturesStream< T >
 
class  turi::neural_net::FuturesSubscriber< T >
 
class  turi::neural_net::MapPublisher< T, U >
 
class  turi::neural_net::ReceiveOnQueuePublisher< T >
 
class  turi::neural_net::SubscribeOnQueuePublisher< T >
 
class  turi::neural_net::Transform< T, U >
 
class  turi::neural_net::Demand
 
class  turi::neural_net::Subscription
 
class  turi::neural_net::Completion
 
class  turi::neural_net::Subscriber< T >
 
class  turi::neural_net::Publisher< T >
 

Namespaces

 turi
 SKD.
 

Detailed Description

Defines the core data types for a reactive-streams library inspired by the Swift Combine framework. Client code should generally import combine.hpp.

Definition in file combine_base.hpp.