tonerdo / readline

A Pure C# GNU-Readline like library for .NET/.NET Core
MIT License
810 stars 77 forks source link

Withdrawn – Shows a demo of ReadLine.Read() with a timeout. #50

Closed daveyostcom closed 1 year ago

daveyostcom commented 5 years ago

You may or may not want to adopt this code. I really needed it.

Latency commented 5 years ago

You can create a derivative of readline and do whatever you want. This project emulates posix based implementations carried over from C/C++ only.

daveyostcom commented 5 years ago

You can create a derivative of readline and do whatever you want. This project emulates posix based implementations carried over from C/C++ only.

BTW, thank you so much for doing this excellent port!

daveyostcom commented 1 year ago

Silly me. Cancellation, not timeouts are the way forward.