Changeset c0035fc for doc/theses


Ignore:
Timestamp:
Sep 11, 2023, 12:56:35 PM (11 months ago)
Author:
caparsons <caparson@…>
Branches:
master
Children:
1ed5e9e
Parents:
c8ec58e
Message:

Added references when incorporating Trevor's comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/local.bib

    rc8ec58e rc0035fc  
    212212    year        = 2023,
    213213}
     214
     215@inproceedings{Harris02,
     216  title={A practical multi-word compare-and-swap operation},
     217  author={Harris, Timothy L and Fraser, Keir and Pratt, Ian A},
     218  booktitle={Distributed Computing: 16th International Conference, DISC 2002 Toulouse, France, October 28--30, 2002 Proceedings 16},
     219  pages={265--279},
     220  year={2002},
     221  organization={Springer}
     222}
     223
     224@misc{kotlin:channel,
     225  author = "Kotlin Documentation",
     226  title = "Channel",
     227  howpublished = {\url{https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/-channel/}},
     228  note = "[Online; accessed 11-September-2023]"
     229}
Note: See TracChangeset for help on using the changeset viewer.