Ignore:
Timestamp:
Jun 18, 2023, 9:41:21 PM (13 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
6d18ddb
Parents:
739bd7b
Message:

update glossary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/glossary.tex

    r739bd7b rdf27752  
    3737\newabbreviation{toctou}{TOCTOU}{\Newterm{time-of-check to time-of-use}}
    3838
    39 \newglossaryentry{actor}
    40 {
     39\newglossaryentry{actor}{
    4140name=actor,
    4241description={A basic unit of an actor system that can store local state and send messages to other actors.}
    4342}
    4443
    45 \newglossaryentry{gulp}
    46 {
    47 name=gulp,
     44\newglossaryentry{gulp}{
     45name={gulp},
     46first={\Newterm{gulp}},
    4847description={Move the contents of message queue to a local queue of the executor thread using a single atomic instruction.}
    4948}
    5049
    51 \newglossaryentry{impl_concurrency}
    52 {
     50\newglossaryentry{impl_concurrency}{
    5351name=implicit concurrency,
     52first={\Newterm{implicit concurrency}},
    5453description={A class of concurrency features that abstract away explicit thread synchronization and mutual exclusion.}
    5554}
    5655
    57 \newglossaryentry{actor_model}
    58 {
     56\newglossaryentry{actor_model}{
    5957name=actor model,
     58first={\Newterm{actor model}},
    6059description={A concurrent computation model, where tasks are broken into units of work that are distributed to actors in the form of messages.}
    6160}
    6261
    63 \newglossaryentry{actor_system}
    64 {
     62\newglossaryentry{actor_system}{
    6563name=actor system,
     64first={\Newterm{actor system}},
    6665description={An implementation of the actor model.}
    6766}
    6867
    69 \newglossaryentry{synch_multiplex}
    70 {
     68\newglossaryentry{synch_multiplex}{
    7169name=synchronous multiplexing,
     70first={\Newterm{synchronous multiplexing}},
    7271description={synchronization on some subset of a set of resources.}
    7372}
Note: See TracChangeset for help on using the changeset viewer.