| 
    libgrape-lite
    
   A C++ library for parallel graph processing 
   | 
 
Public Member Functions | |
| Stream (StreamPriority priority=StreamPriority::kDefault) | |
| Stream (const Stream &other)=delete | |
| Stream (Stream &&other) noexcept | |
| Stream & | operator= (const Stream &other)=delete | 
| Stream & | operator= (Stream &&other) noexcept | 
| void | Sync () const | 
| cudaStream_t | cuda_stream () const | 
Private Attributes | |
| StreamPriority | priority_ | 
| cudaStream_t | cuda_stream_ {} |