ijw.Next.Threading.Tasks 0.1.5
Package Description
Showing the top 20 packages that depend on ijw.Next.Threading.Tasks.
Packages | Downloads |
---|---|
ijw.DataReader
Package Description
|
2 |
AppAutoUpdater.Client
Package Description
|
2 |
ijw.DataTransfer.Server
Introduction:
This package includes data recieving classes which could be used to build server applications.
What's in it:
1. SripeDataReceiver: working with SripeDataClient, in charges of data recieving and confirming.
2. SimpleDataReceiver: working with SimpleDataClent, in charges of data recieving.
|
2 |
ijw.Next.Log
Package Description
|
2 |
ijw.Next.Collection.Async
Package Description
|
1 |
ijw.Next.Windows
What's new:
0.3.1 (2024.12.4):
*update pkgs.
0.3.0 (2023.7.9):
*update pkgs.
0.2.0 (2022.5.18):
*add net5.0 and net 6.0 support
0.1.8 (2021.9.14):
*Fix bug: AutoStartHelper.UnsetAutoStart, filename adding quote.
0.1.7 (2021.8.17):
+LockScreenHelper and wts related apis
+Win32 apis from ijw.Next.Windows.Win32
+WinConsole apis from ijw.Next.Windows.WinConsole
0.1.6 (2021.8.13):
+AutoStartHelper
0.1.5 (2020.6.19):
+netcoreapp3.1 support
0.1.4 (2020.6.9):
+AppConfig[settig].set method now is ok for adding new setting.
0.1.2 (2020.1.6):
+AppConfig.Refresh()
0.1.1 (2019.12.28):
+AppConfig.Refresh()
0.1.0 (not sure):
+First release.
|
1 |
Sripe.DataAcquisition.MWD.APS
What's New:
0.2.5(2020.09.27):
*update pkg.
0.1.0(2020.09.22):
+Move back from Sripe.DataAcquisition.MWD.
|
1 |
ijw.Next.Windows.Win32
Package Description
|
1 |
Sripe.DataTransfer.Server
What's New:
0.5.0(2019.11.14):
-DataReciever.StopRecieve(), use close() directly.
*ReliableDataReciever keep-alive logic.
+try catch when stop recieving.
*confirm with time.
*log clean and text improve.
0.4.3(2019.11.13):
*depencecies updated.
+try catch when stop recieving.
+DataReciever base class. make reliableDataReciever and SimpleDataReciever its subclass.
0.4.1(2019.11.13):
*remove the unnecessary codes.
0.3.9(2019.11.5):
*Depencecies updated.
0.3.7(2019.10.21):
*ReliableDataReciever, adjust debug info output.
0.3.6(2019.10.21):
*ReliableDataReciever, adjust debug info output.
0.3.5(2019.10.17):
*ReliableDataReciever, add log sender details.
0.3.4(2019.10.17):
*SripeDataReciever changes to ReliableDataReciever.
0.3.2(2019.10.9):
*SimpleDataReciever class, cannot start after closed.
0.3.0(2019.10.9):
+SimpleDataReciever class, supports simple data recieving scenario without break-point resuming.
*SripeDataReciever class, allow logger to be null, for some special scenario.
*SripeDataReciever class, optimize exit logic.
0.1.6(2019.9.17):
*Fix bug of socket listening.
0.1.5(2019.9.17):
+First release.
Introduction:
This package includes data recieving classes which could be used to build server applications.
What's in it:
1. SripeDataReciever: working with SripeDataClient, in charges of data recieving and confirming.
2. SimpleDataReciever: working with SimpleDataClent, in charges of data recieving.
|
1 |
ijw.Next.ML.NN.Training
Package Description
|
1 |
ijw.DataTransfer.Client
What's in it:
1. ReliableTransferClient: working with ReliableDataReciever, to send/resend data.
2. SimpleDataClient: working with SimpleDataReceiver, to send data.
3. MultipleTargetsTransferClient: working with SimpleDataReceiver/ReliableDataReciever, multi-target data sending.
|
1 |
ijw.Next.Net.Socket
What's New:
0.2.2(2022.12.11):
*update dep.
0.2.1(2021.5.7):
*Add net35 and net40
0.1.9(2021.2.18):
*update pkgs
0.1.7(2021.1.7):
*update pkgs
0.1.6(2020.9.8):
*update pkgs
0.1.5(2019.11.13):
*fix bug: tcphelper send fake client throws exception.
0.1.4(2019.11.13):
+socketHelper and socketExt
Introduction:
This package includes socket/tcp/udp helper and extensions.
|
1 |
ijw.Next.Net.Socket.Async
Package Description
|
1 |
ijw.Next.Socket
Package Description
|
1 |
ijw.Next.Mom
Package Description
|
1 |
Sripe.DataTransfer.Client
What's New:
0.7.0(2019.11.14):
*fix bug: reappend message may exist already in the queue.
*log clean.
*confirm with time.
*increase resending count of each time, shortten the interval.
0.6.2(2019.11.12):
*fix bug: async removing and getting from cache
0.6.1(2019.11.4):
+Async appending, async removing and async getting from the cache.
0.6.0(2019.11.4):
*Depencecies updated.
*a few log info correction.
0.5.1(2019.11.4):
+MultipleTargetsDataClient class support sending data to multiple remote addresses.
*Must Start ReliableDataClient before append data.
0.4.0(2019.10.18):
*ReliableDataClient, add runtime info/error events.
0.3.8(2019.10.18):
*ReliableDataClient, fix bug: Cannot exit respond waiting after calls Close().
0.3.6(2019.10.17):
*SripeDataClient changes to ReliableDataClient.
+Log sender details.
0.3.3(2019.10.16):
*SimpleDataClient, continue background re-sending after calls Stop().
*SimpleDataClient, cannot start after closed.
0.3.0(2019.10.9):
+SimpleDataClient, supporting simple scenario that without resuming from breaking-point of uploading.
+MultipleTargetsSimpleDataClient class, supporing multi-target data sending scenario.
*SripeDataClient, let logger could be null, supporting scenario without logging.
0.1.5(2019.9.17):
*Fix bug: notify logic of network connection restored.
0.1.4(2019.9.17):
+First release.
Introduction:
This package includes data uploading classes, which could be used to build Sripe client program.
What's in it:
1. SripeDataClient: working with SripeDataReciever, upload and re-upload data.
2. SimpleDataClient: working with SimpleDataReciever, upload data.
3. MultipleTargetsSimpleDataClient: working with SimpleDataReciever, multi-target data upload.
|
1 |
ijw.Next.Net.Socket
Package Description
|
1 |
.NET Framework 3.5
- ijw.Next (>= 0.7.1)
- AsyncBridge (>= 0.3.1)
.NET Standard 2.1
- ijw.Next (>= 0.7.1)
.NET Standard 1.4
- System.Threading.Thread (>= 4.3.0)
- NETStandard.Library (>= 1.6.1)
- ijw.Next (>= 0.7.1)
.NET Standard 2.0
- ijw.Next (>= 0.7.1)
.NET Framework 4.5
- ijw.Next (>= 0.7.1)
.NET Framework 4.0
- AsyncBridge (>= 0.3.1)
- ijw.Next (>= 0.7.1)
.NET Framework 4.6
- ijw.Next (>= 0.7.1)