v0.7.40 #80
alexrp
announced in
Announcements
v0.7.40
#80
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Stream
,TextReader
, andTextWriter
instances exposed by the library are now fully synchronized.TextReader
/TextWriter
properties onTerminalReader
/TerminalWriter
are now abstract.Cathode.Processes
namespace.TerminalProcess
toChildProcess
(ditto for related types).async
/await
and cancellation.SendSignal
method as it cannot be implemented sanely on Windows at the moment.TerminalReader
implementations.SemaphoreSlim
for locking so that cancellation causes a lock acquisition to be canceled.PlatformNotSupportedException
when a signal cannot be generated.UseColors
property onTerminalLoggerOptions
beingfalse
by default.Beta Was this translation helpful? Give feedback.
All reactions