Ignore:
Timestamp:
Oct 28, 2022, 5:22:32 PM (21 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
15c93d8
Parents:
13edbac
Message:

Changed monitors to use the user_link instead of the ready_link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/bits/containers.hfa

    r13edbac rbe5f0a5  
    152152
    153153                void append( __queue(T) & this, T * val ) with(this) {
     154                        verify(get_next( *val ) == 0p);
    154155                        verify(this.tail != 0p);
    155156                        verify(*this.tail == 1p);
Note: See TracChangeset for help on using the changeset viewer.