Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the ability to process in the background #33

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

erkyrath
Copy link

@erkyrath erkyrath commented Aug 3, 2017

I needed to be able to periodically check stuff in the background and (if necessary) interrupt the read, print, and restart the read.

This PR supports that.

@erkyrath
Copy link
Author

erkyrath commented Aug 3, 2017

I see the CI is failing with "The name 'Thread' does not exist in the current context". This is certainly because I added "using System.Threading" but I'm not clueful enough about C# build stuff to know the right answer. (I'm building by hand with mcs because I don't know what I'm doing. :)

If the fix is just to add a <PackageReference> line to ReadLine.csproj, I can do that.

@tonerdo
Copy link
Owner

tonerdo commented Aug 3, 2017

@erkyrath you could always build it with .NET Core :)

Blank lines and duplicate lines are no longer put into history.
(That is, a line is not added if it is blank or matches the most
recent history entry.) A partial (interrupted) input is also not added.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants