Skip to content

Commit

Permalink
clarify effectuation
Browse files Browse the repository at this point in the history
Remove confusing comments and highlight coroutines.
  • Loading branch information
cherusk committed Jun 2, 2023
1 parent 1e6ade7 commit 1b768f1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions breeder/linux_network_stack/effectuation.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

## coroutines
# interaction
### --- coroutines --- ###
async def gather_instruction():
# Connect to NATS Server.
nc = await nats.connect(NATS_SERVER_URL)
Expand Down Expand Up @@ -32,8 +31,7 @@ async def deliver_probe(metric_value):
await nc.flush()
await nc.close()
{% endraw %}
# optimization

### --- end coroutines --- ###

def create_target_interaction_dag(dag_id, config):

Expand Down

0 comments on commit 1b768f1

Please sign in to comment.