1930 Toronto Argonauts season

The 1930 Toronto Argonauts season was the 44th season for the team since the franchise's inception in 1873. The team finished in second place in the Interprovincial Rugby Football Union with a 4–1–1 record and failed to qualify for the playoffs.

1930 Toronto Argonauts season
Head coachBuck McKenna[1]
Home fieldVarsity Stadium[2]
Results
Record4–1–1
Division place2nd, IRFU
Playoff finishDid not qualify

Regular season

Standings

Interprovincial Rugby Football Union
TeamGPWLTPFPAPts
Hamilton Tigers6402871110
Toronto Argonauts641140249
Montreal AAA Winged Wheelers623135446
Ottawa Senators60607900

[3]

Schedule

WeekDateOpponentFinal ScoreRecord
1Oct 11@ Montreal Winged WheelersW 2–01–0–0
2Oct 18@ Hamilton TigersL 15–11–1–0
3Oct 25Ottawa SenatorsW 20–22–1–0
4Nov 1Montreal Winged WheelersW 5–33–1–0
5Nov 8@ Ottawa SenatorsW 9–14–1–0
6Nov 15Hamilton TigersT 3–34–1–1

[4]

gollark: I think I'm missing something then. It says```rusterror[E0373]: async block may outlive the current function, but it borrows `ws`, which is owned by the current function --> src/connection.rs:40:23 |40 | task::spawn(async { | _______________________^41 | | let mut interval = stream::interval(Duration::from_secs(10));42 | | while let Some(_) = interval.next().await {43 | | ws.send_string("Hi".to_string()); | | -- `ws` is borrowed here44 | | }45 | | }); | |_____^ may outlive borrowed value `ws````
gollark: `WebSocketConnection` is not.
gollark: I found `async-scoped`, but it seems like that would either block the entire thread or possibly cause safety issues.
gollark: Hi. I'm trying to concurrently read from a websocket and do some things with that socket at an interval, with `async_std` and `tide-websocket`. I thought I could use `task::spawn` for this, but it seems to want that to only use `'static` things, which the websocket connection is not. What's the right way to do this?
gollark: <@619953832918777856> SECURITY ANNOUNCEMENT: The letter "j" is banned from this point on.

References

  1. "All-Time Coaching". Toronto Argonauts. Archived from the original on 2011-04-22. Retrieved 2013-03-16.
  2. "Toronto Argonauts Stadium History". Toronto Argonauts. Archived from the original on 2011-04-22. Retrieved 2013-03-16.
  3. 2009 Canadian Football League Facts, Figures & Records, Canadian Football League Properties/Publications, Toronto, Ontario, ISBN 978-0-9739425-4-5, p.293
  4. "The Toronto Argonauts' 1930 Season". stats.cfldb.ca.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.