Commit Graph

47 Commits

Author SHA1 Message Date
Ell c26d0cbeb0 cleaned up tests and integrated them with ci 2021-03-18 16:38:34 +01:00
Ell c7378078ae
Merge pull request #7 from zaafar/master
added unit tests
2021-03-18 15:35:54 +01:00
Zaafar 1c97d17ef7 Added event based test. 2021-03-18 09:37:15 -04:00
Zaafar bda1e21ea3 Minor fixup 2021-03-18 09:20:36 -04:00
Zaafar 71f9573c9c manually cleaned up the Coroutine.sln file 2021-03-18 04:34:03 -04:00
Zaafar 494d3d9fc1 added unit tests for time based Wait.
updated some unit tests

minor changes
2021-03-18 04:32:35 -04:00
Ell 47dbd8bf25 update 2021-03-17 01:17:16 +01:00
Ell 6e07a26a6c fixed some race conditions with nested coroutines 2021-03-17 01:13:57 +01:00
Ell ffdb5ed8f7 revert back to using for loops to allow for nested coroutines to work correctly
Closes #6
2021-03-17 00:38:44 +01:00
Ell 448a55081b minor cleanup 2021-03-16 19:10:25 +01:00
Ell c68121614f added coroutine priority
Closes #6
2021-03-16 19:07:28 +01:00
Ell 5c6621ace3 use Equals for event comparison to allow easily overriding the equals method 2021-03-16 18:28:38 +01:00
Ell ca434b2324
Only publish on master 2021-01-01 11:10:35 +01:00
Ell 1fec29dc63
Merge pull request #5 from zaafar/f/add-max-stat
added MaxMoveNextTime Stat to ActiveCoroutine.
2021-01-01 11:07:53 +01:00
Zaafar 013b846fbc added MaxMoveNextTime Stat to ActiveCoroutine. 2021-01-01 00:27:34 -05:00
Ell a77c9874e7 update the documentation (which has been outdated for a while apparently, oops) 2020-12-20 22:00:40 +01:00
Ell 2453232fd2 update 2020-12-20 17:14:24 +01:00
Ell d3b34154ad Added some statistics to coroutines
It took me half a year, but closes #4
2020-12-20 17:12:43 +01:00
Ellpeck 607a1587fa
Create FUNDING.yml 2020-06-15 02:05:22 +02:00
Ellpeck ec08d6e314 update 2020-06-13 03:13:10 +02:00
Ellpeck ca2350592e documentation 2020-06-13 03:12:26 +02:00
Ellpeck f199112d99 allow coroutine handler instancing. Actually solves #2 2020-06-13 03:02:11 +02:00
Ellpeck b4874dd365 overhaul the coroutine system to avoid boxing 2020-06-13 02:58:54 +02:00
Ellpeck ae6e4924ec update 2020-05-19 16:14:06 +02:00
Ellpeck a3af44becb Fixed empty coroutines throwing a NRE
Closes #3
2020-05-19 16:06:38 +02:00
Ellpeck fa4d021368 fixed cancellation causing the wrong coroutines to be stopped 2020-03-26 02:30:29 +01:00
Ellpeck 53e10da875 test 2020-03-26 02:17:34 +01:00
Ellpeck 99aab497e5 Revert "synchronize coroutines to allow interaction from different threads"
This reverts commit 708941ff
2020-03-26 01:48:02 +01:00
Ellpeck 708941ff01 synchronize coroutines to allow interaction from different threads 2020-03-26 01:35:37 +01:00
Ellpeck b850b3bae0 allow getting a list of all active coroutines 2020-03-24 23:47:27 +01:00
Ellpeck bf792e3e73 allow stopping coroutines 2020-03-22 22:28:19 +01:00
Ellpeck 99de4c0072 update 2020-02-28 22:42:02 +01:00
Ellpeck 3422543fe9 fixed the version not being a prefix 2020-02-28 22:34:08 +01:00
Ellpeck 6566a176d6 oh boy sleep 2020-02-28 22:33:12 +01:00
Ellpeck 314dd07508 good job again haha 2020-02-28 22:32:16 +01:00
Ellpeck ad61eb123c good job 2020-02-28 22:31:24 +01:00
Ellpeck a89fbd6a71 added ci + nuget server 2020-02-28 22:30:42 +01:00
Ellpeck d6ad4e1f2c allow querying finish states of coroutines 2020-02-28 22:27:38 +01:00
Ellpeck 0642b84085 update 2019-11-20 11:32:23 +01:00
Ellpeck 2025d6762a made waits structs and added invokelater 2019-11-20 11:30:28 +01:00
Ellpeck a50403686a update to .net core 2019-08-05 19:16:04 +02:00
Ellpeck f1cb33d904 some readme tweaks 2019-06-23 01:32:42 +02:00
Ellpeck a7ee8cdac0 publish the thing 2019-06-23 01:29:11 +02:00
Ellpeck 498b6e35bd
Merge pull request #1 from Ellpeck/add-license-1
Create LICENSE.md
2019-06-23 01:04:09 +02:00
Ellpeck f52897f37e
Create LICENSE.md 2019-06-23 01:03:41 +02:00
Ellpeck bd525cb85a the actual thing 2019-06-22 17:24:50 +02:00
Ellpeck 7c6294bf97
Initial commit 2019-06-22 17:20:50 +02:00