Summary
- rename private waituntil routines register_select, unregister_select, and on_selected with tailing $ (details)
- harmonize single_future with other future types, remove multi_future, marks its test as deprecated, and turn off its test (details)
| The file was modified | libcfa/src/bits/weakso_locks.hfa |
| The file was modified | libcfa/src/bits/weakso_locks.cfa |
| The file was modified | libcfa/src/concurrency/select.hfa |
| The file was modified | libcfa/src/concurrency/locks.hfa |
| The file was modified | libcfa/src/concurrency/select.cfa |
| The file was modified | src/Concurrency/Waituntil.cpp |
| The file was modified | libcfa/src/concurrency/channel.hfa |
| The file was modified | libcfa/src/concurrency/locks.cfa |
| The file was modified | libcfa/src/concurrency/future.hfa |
| The file was modified | libcfa/src/concurrency/future.hfa |
| The file was modified | tests/concurrency/futures/multi.cfa |
| The file was added | tests/concurrency/futures/.expect/multi.txt.off |
| The file was removed | tests/concurrency/futures/.expect/multi.txt |
| The file was modified | tests/concurrency/futures/typed.cfa |