gingerBill
|
3dec55f009
Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`for` statements
|
2 жил өмнө |
Jeroen van Rijn
|
85edcf9cc2
Revert.
|
3 жил өмнө |
Jeroen van Rijn
|
6c0e2e2a53
pool_join should look at .Done.
|
3 жил өмнө |
Jeroen van Rijn
|
42371f7aea
Fix fix.
|
3 жил өмнө |
Jeroen van Rijn
|
58fc305b11
Do a bit less work for pool_join.
|
3 жил өмнө |
Jeroen van Rijn
|
7e0c359f99
Fix thread pool join.
|
3 жил өмнө |
Florian Behr
|
ee67a0b9a1
reorder procedure parameters to make sure the optional argument in pool_add_task() is last, and the argument order is consistent with pool_init()
|
3 жил өмнө |
Florian Behr
|
ca6a1db757
fix doc comment for pool_init
|
3 жил өмнө |
Florian Behr
|
e01662c139
Make allocator in pool_add_task() explicit
|
3 жил өмнө |
gingerBill
|
22b961ea53
Update Thread Pool in `core:thread`
|
3 жил өмнө |
gingerBill
|
4eb4ae6305
Replace `sync` with `sync2`
|
3 жил өмнө |
gingerBill
|
251da264ed
Remove unneeded semicolons from the core library
|
4 жил өмнө |
gingerBill
|
f0437a4242
Enforce `core:builtin` and `core:intrinsics` for imports
|
4 жил өмнө |
gingerBill
|
ebed29fc09
Revert *nix thread stuff to old sync
|
4 жил өмнө |
gingerBill
|
bee8beb2c9
Default to pthreads in sync2 for *nix
|
4 жил өмнө |
gingerBill
|
86448ee044
Add `raw_data` to replace cases in which `&x[0]` was used
|
5 жил өмнө |
jharler
|
72a5030f3d
Fixed thread_pool not destroying threads
|
5 жил өмнө |
gingerBill
|
3bd00fd6b7
Add `thread.Pool` with example in demo.odin; Update linalg to support handness changes for projection matrices
|
5 жил өмнө |