CodePlexProject Hosting for Open Source Software
An unexpected error has occured.
There is an unsaved comment in progress. You will lose your changes if you continue. Are you sure you want to reopen the work item?
Voted
from( rxcpp::Never<int>( ) ).subscribe( []( int ) {} );
No files are attached
kirkshoop wrote Feb 21, 2014 at 11:07 PM
auto d = from(rx::Never<int>()).subscribe([](int){}); //d.Dispose();
Andy_Bogard wrote Feb 23, 2014 at 1:15 AM
rxcpp::from( rxcpp::Never<int>( ) ) .concat( rxcpp::Never<int>( ) ) .subscribe( []( int ) {} );
Sign in to add a comment or to set email notifications
Keyboard shortcuts are available for this page.