- France
- https://quentinlegot.github.io/
-
24 years old master's student in Computer Science at University of Rennes 1. Owner of this Git instance
- Joined on
2021-08-31
Block a user
f3559bf545
Merge pull request 'fabric-synctask' (#1) from fabric-synctask into master
0f902faa1b
Fix fabric.mod.json, add run folder to gitignore
f5db55e96e
Added tests
c32e72dda6
Move each task scheduler to a specific class: Scheduler.java, AsyncPeriodicTasks.java scheduler is now on server thread (send task to async worker)
be9f422f1f
Made some twerks to tasks, fix task period for PeriodicSyncTask
0f902faa1b
Fix fabric.mod.json, add run folder to gitignore
f5db55e96e
Added tests
c32e72dda6
Move each task scheduler to a specific class: Scheduler.java, AsyncPeriodicTasks.java scheduler is now on server thread (send task to async worker)
WIP: fabric-synctask
e9c97df089
Fix issue avoiding the mod not to compile, add a test for asyncTasks (still need to be implemented)
e7178d44a9
PeriodicSyncTask and AsyncPeriodicTasks should work now (untested)
863952b120
Added periodic task (but unfinished), have to rework a bit AsyncTasks (add a scheduler to add cancellability)