mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 23:25:43 +00:00
Move StringBuilderReader to Text namespace (#7)
This commit is contained in:
parent
23fe85f2be
commit
23f912f4bb
@ -1,6 +1,6 @@
|
||||
using System.Text;
|
||||
|
||||
namespace X10D;
|
||||
namespace X10D.Text;
|
||||
|
||||
// NOTE: the overriden async overloads simply wrap the result of their sync counterparts because StringBuilder isn't inherently
|
||||
// async. calling Task.FromResult (or creating a new ValueTask) is sufficient enough in this case, because there is simply no
|
Loading…
Reference in New Issue
Block a user